summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-03 01:00:49 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-03 01:00:49 +0200
commit60ca4e5022ad0723ad931603ce9d7aeaae8df4a8 (patch)
tree23ce966353193bc807792b549b0b2e16c97b9f20 /lib
parent75aa992d8cf249e5bf7606d41053216d39d10605 (diff)
downloadsmokeping-60ca4e5022ad0723ad931603ce9d7aeaae8df4a8.tar.gz
smokeping-60ca4e5022ad0723ad931603ce9d7aeaae8df4a8.tar.xz
prepare for the release of smokeping-20060403_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 38d4b7a..71c61d8 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="20060402";
+$VERSION="20060403";
# we want opts everywhere
my %opt;