summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-28 01:01:07 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-28 01:01:07 +0200
commitec5c8efba55d43c65630564024aabdb51e34224f (patch)
tree612bfcdda5b922438a0edaba8c9965dc442550fd /lib/Smokeping.pm
parenta2b37b9b3fadba2dcfc093cdba6d0fee2e532222 (diff)
downloadsmokeping-ec5c8efba55d43c65630564024aabdb51e34224f.tar.gz
smokeping-ec5c8efba55d43c65630564024aabdb51e34224f.tar.xz
prepare for the release of smokeping-20060828_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 5783ea4..b6fa12f 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060826";
+$VERSION="20060828";
# we want opts everywhere
my %opt;