summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-10 01:00:50 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-10 01:00:50 +0100
commit62290ff74c8c5f66f2a869d6753ce5ac945c9334 (patch)
treee0e10f7e7c48c880f043fd60151ab17471f1f272 /lib/Smokeping.pm
parent2f5c41eb902dc2d6a16071a09e753f5d7a970f69 (diff)
downloadsmokeping-62290ff74c8c5f66f2a869d6753ce5ac945c9334.tar.gz
smokeping-62290ff74c8c5f66f2a869d6753ce5ac945c9334.tar.xz
prepare for the release of smokeping-20060110_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 65c67b5..e177da9 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060109";
+$VERSION="20060110";
# we want opts everywhere
my %opt;