summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-15 01:00:49 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-15 01:00:49 +0200
commitc3f200246ff749093fedc0606867967af1568622 (patch)
tree8fcd9ddc01c52a85636db512d3c36176975efc67 /lib/Smokeping.pm
parent5ed6e51c5681cfb899d672a5c86bf6cd2301ea6f (diff)
downloadsmokeping-c3f200246ff749093fedc0606867967af1568622.tar.gz
smokeping-c3f200246ff749093fedc0606867967af1568622.tar.xz
prepare for the release of smokeping-20060515_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 6c8367e..9e106e2 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="20060514";
+$VERSION="20060515";
# we want opts everywhere
my %opt;