summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-05 01:00:52 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-05 01:00:52 +0100
commitf5eab423141ac2f28f1886dff4581f222430ca08 (patch)
treed9f3b85ba7e77bf2ac28c455d5883eed4e202b0a /lib
parenta644389b1d268fa892f1c31ca2578fbdc47b9620 (diff)
downloadsmokeping-f5eab423141ac2f28f1886dff4581f222430ca08.tar.gz
smokeping-f5eab423141ac2f28f1886dff4581f222430ca08.tar.xz
prepare for the release of smokeping-20051105_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 cc7867a..2b2c9d0 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="20051104";
+$VERSION="20051105";
# we want opts everywhere
my %opt;