summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-01 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-01 01:00:51 +0200
commita1c148476f32f43bfc0c064f3e05dd694230b9ab (patch)
tree7d31c9f98ef8bfc0a07a1979cf93d90195ec1311 /lib/Smokeping.pm
parent3b6841978aff64e8f21aa424e2245d46c0132094 (diff)
downloadsmokeping-a1c148476f32f43bfc0c064f3e05dd694230b9ab.tar.gz
smokeping-a1c148476f32f43bfc0c064f3e05dd694230b9ab.tar.xz
prepare for the release of smokeping-20060501_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 8296a6e..4766323 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="20060430";
+$VERSION="20060501";
# we want opts everywhere
my %opt;