summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-11 01:01:05 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-11 01:01:05 +0100
commit4bb9e387247d11ba4c842c4f6490d0e210615d2b (patch)
tree52ff21faadf12584e429123aa85a983560c0cc8c /lib
parent7966425f1a919b1154fb4c29ce5ba3b2cfac2507 (diff)
downloadsmokeping-4bb9e387247d11ba4c842c4f6490d0e210615d2b.tar.gz
smokeping-4bb9e387247d11ba4c842c4f6490d0e210615d2b.tar.xz
prepare for the release of smokeping-20051211_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 64b62fc..c8b1261 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="20051210";
+$VERSION="20051211";
# we want opts everywhere
my %opt;