summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-05 01:01:03 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-05 01:01:03 +0100
commit4114bcf074676b01159284cfa6d14642c748a947 (patch)
tree72744b99076efbe17ab09da97387a9f51ceb7565 /lib
parent60e55de4f17990c6917933e4be8c0e98699085dd (diff)
downloadsmokeping-4114bcf074676b01159284cfa6d14642c748a947.tar.gz
smokeping-4114bcf074676b01159284cfa6d14642c748a947.tar.xz
prepare for the release of smokeping-20051205_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 319ebd8..7d043f3 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="20051204";
+$VERSION="20051205";
# we want opts everywhere
my %opt;