summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-18 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-18 01:00:56 +0200
commitd0b8cabf6e9030ee17b5eda9d4584967f0e25203 (patch)
treea19d73a5cc119410546acfd9570963d58368a5d8 /lib
parent236114c315a288a6a863f84becab449a325295e6 (diff)
downloadsmokeping-d0b8cabf6e9030ee17b5eda9d4584967f0e25203.tar.gz
smokeping-d0b8cabf6e9030ee17b5eda9d4584967f0e25203.tar.xz
prepare for the release of smokeping-20060518_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 422246e..a333940 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="20060517";
+$VERSION="20060518";
# we want opts everywhere
my %opt;