summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-23 01:00:56 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-23 01:00:56 +0100
commit73e555ad9f43d97d3f82b813f1229a86ac27756a (patch)
treec5828eeb6f04c08a813fa50d5bc2a0ddc754826f /lib
parenta200270873a3572fcf5071cfe8ea8fc8aad744bb (diff)
downloadsmokeping-73e555ad9f43d97d3f82b813f1229a86ac27756a.tar.gz
smokeping-73e555ad9f43d97d3f82b813f1229a86ac27756a.tar.xz
prepare for the release of smokeping-20051123_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 e82f26c..418b947 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="20051122";
+$VERSION="20051123";
# we want opts everywhere
my %opt;