summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-10 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-10 01:00:54 +0100
commit7966425f1a919b1154fb4c29ce5ba3b2cfac2507 (patch)
tree58eb23e59bcf35a05fc1b3a76938a1e58c02e884 /lib
parentdee8b5e5124e9be822593638ee3af6abb0e32567 (diff)
downloadsmokeping-7966425f1a919b1154fb4c29ce5ba3b2cfac2507.tar.gz
smokeping-7966425f1a919b1154fb4c29ce5ba3b2cfac2507.tar.xz
prepare for the release of smokeping-20051210_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 cc17826..64b62fc 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="20051209";
+$VERSION="20051210";
# we want opts everywhere
my %opt;