summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-12 01:01:01 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-12 01:01:01 +0100
commit3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a (patch)
tree3ec5746b7d68357f2f839c3792d485518f3ff713 /lib
parentb8d8935bf52baea0170d74db6bdbf82d5dc21231 (diff)
downloadsmokeping-3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a.tar.gz
smokeping-3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a.tar.xz
prepare for the release of smokeping-20051112_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 81bd56a..7855808 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="20051111";
+$VERSION="20051112";
# we want opts everywhere
my %opt;