summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-25 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-25 01:00:54 +0200
commitd3b58da692482ac45b5cb365af4fe99a4db93438 (patch)
treeb9afaf3774608096a8c6840063fd71a17da086b2 /lib
parent313e5a392ecfb97f8fdab78ecef6aea7f9790c62 (diff)
downloadsmokeping-d3b58da692482ac45b5cb365af4fe99a4db93438.tar.gz
smokeping-d3b58da692482ac45b5cb365af4fe99a4db93438.tar.xz
prepare for the release of smokeping-20060625_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 8e59c6b..1925ce0 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="20060624";
+$VERSION="20060625";
# we want opts everywhere
my %opt;