summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-01 01:00:55 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-01 01:00:55 +0100
commit2ab647d1e15c52b9947626b17216320ee1dfeaa2 (patch)
treeb63c64d137820ca18981079ec2aaffbe2053f552 /lib
parent94fa5e5e42c996131b8d4960f3fffb55794cf15d (diff)
downloadsmokeping-2ab647d1e15c52b9947626b17216320ee1dfeaa2.tar.gz
smokeping-2ab647d1e15c52b9947626b17216320ee1dfeaa2.tar.xz
prepare for the release of smokeping-20051201_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 9b18995..9b922d0 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="20051130";
+$VERSION="20051201";
# we want opts everywhere
my %opt;