summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-05 01:01:04 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-05 01:01:04 +0200
commitafa76250e14ea5cadb7cda3dd62ccb2492951741 (patch)
treed1d78801da08997eddff6f6687de44d3ad3ab195 /lib/Smokeping.pm
parent4caa4ed99402778a0bf455a5ec5056ade6e52bbb (diff)
downloadsmokeping-afa76250e14ea5cadb7cda3dd62ccb2492951741.tar.gz
smokeping-afa76250e14ea5cadb7cda3dd62ccb2492951741.tar.xz
prepare for the release of smokeping-20051005_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 9c1ba83..bcf7016 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="20051004";
+$VERSION="20051005";
# we want opts everywhere
my %opt;