summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-27 01:01:01 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-27 01:01:01 +0100
commit846c9d27f04566611a57a30eb70dfd38a46b4d13 (patch)
treeaf52f378500b0ade28c53a84999d7ddadebb7934 /lib
parent0217762c01814425d80e73d24d89740304c5554d (diff)
downloadsmokeping-846c9d27f04566611a57a30eb70dfd38a46b4d13.tar.gz
smokeping-846c9d27f04566611a57a30eb70dfd38a46b4d13.tar.xz
prepare for the release of smokeping-20051127_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 b120365..41fa83e 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="20051126";
+$VERSION="20051127";
# we want opts everywhere
my %opt;