summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-24 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-24 01:00:54 +0200
commita391548f32753e651cb44c297cb010eb9f8d0152 (patch)
tree0c4234593ae619c2c239e59b0e97c798df6045f4 /lib
parentaf42b4765bf1b04ccc024a94d6e3f473df3f2371 (diff)
downloadsmokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.gz
smokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.xz
prepare for the release of smokeping-20060424_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 c0fd08c..cf7047a 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="20060423";
+$VERSION="20060424";
# we want opts everywhere
my %opt;