summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-26 01:01:02 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-26 01:01:02 +0200
commit85792ae3d91ca94d0da926a536f2f58d22447a0c (patch)
tree8ff2b48080db4c278897892e399b7a1dbef061f8 /lib/Smokeping.pm
parentd3b58da692482ac45b5cb365af4fe99a4db93438 (diff)
downloadsmokeping-85792ae3d91ca94d0da926a536f2f58d22447a0c.tar.gz
smokeping-85792ae3d91ca94d0da926a536f2f58d22447a0c.tar.xz
prepare for the release of smokeping-20060626_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 1925ce0..882b725 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="20060625";
+$VERSION="20060626";
# we want opts everywhere
my %opt;