summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-11 01:00:57 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-11 01:00:57 +0100
commitb8d8935bf52baea0170d74db6bdbf82d5dc21231 (patch)
tree7898c63f4c97acd5cdc2029bee836254f4561d58 /lib
parent20cbbde0a799cfd82fb3453187e8c15ab72dd181 (diff)
downloadsmokeping-b8d8935bf52baea0170d74db6bdbf82d5dc21231.tar.gz
smokeping-b8d8935bf52baea0170d74db6bdbf82d5dc21231.tar.xz
prepare for the release of smokeping-20051111_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 4850c80..81bd56a 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="20051110";
+$VERSION="20051111";
# we want opts everywhere
my %opt;