summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-13 01:01:09 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-13 01:01:09 +0100
commit4042816c7974942bd5ac2e6f3c5dd5465297f504 (patch)
tree8457f8b604a22d1a6670d5f535d177f7f14c3503 /lib
parent3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a (diff)
downloadsmokeping-4042816c7974942bd5ac2e6f3c5dd5465297f504.tar.gz
smokeping-4042816c7974942bd5ac2e6f3c5dd5465297f504.tar.xz
prepare for the release of smokeping-20051113_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 7855808..dd81db6 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="20051112";
+$VERSION="20051113";
# we want opts everywhere
my %opt;