summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-07 01:00:57 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-07 01:00:57 +0100
commitb1b3211571281154866ab83eb36f921930b23041 (patch)
treeccde1d895ff655e9ab1923a2f1cf2b8105189148 /lib
parentf2dde2dccf7521f1e1ef242e49a0de4de992d483 (diff)
downloadsmokeping-b1b3211571281154866ab83eb36f921930b23041.tar.gz
smokeping-b1b3211571281154866ab83eb36f921930b23041.tar.xz
prepare for the release of smokeping-20051207_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 db4a291..84aab6b 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="20051206";
+$VERSION="20051207";
# we want opts everywhere
my %opt;