summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-02 01:00:52 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-02 01:00:52 +0200
commit75aa992d8cf249e5bf7606d41053216d39d10605 (patch)
treec8a0f4f624502697fa57a9d058f263c2bfbb4028 /lib
parent599f7c7fb671c160e4886061b92324ae13b951de (diff)
downloadsmokeping-75aa992d8cf249e5bf7606d41053216d39d10605.tar.gz
smokeping-75aa992d8cf249e5bf7606d41053216d39d10605.tar.xz
prepare for the release of smokeping-20060402_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 e6f905e..38d4b7a 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="20060401";
+$VERSION="20060402";
# we want opts everywhere
my %opt;