summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-01 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-01 01:00:53 +0100
commitc933a6039693020169584f878a3cfade99c58e92 (patch)
tree06a74452d93b6316f03a73c40e68b5edb3ab0ae1 /lib
parent485aa3052dc30b4fd18f29a04a63849937e65474 (diff)
downloadsmokeping-c933a6039693020169584f878a3cfade99c58e92.tar.gz
smokeping-c933a6039693020169584f878a3cfade99c58e92.tar.xz
prepare for the release of smokeping-20051101_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 0015b38..c589c84 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="20051031";
+$VERSION="20051101";
# we want opts everywhere
my %opt;