summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-27 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-27 01:00:51 +0200
commit65574bbd22f7cbf384a41a940f8edccb21a09db6 (patch)
tree7733034c6dc9977b9acaefcfd40745a0eba9f956 /lib
parent3dd1d1e939a173e50f5ff6d54a515e10a2c46cd4 (diff)
downloadsmokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.gz
smokeping-65574bbd22f7cbf384a41a940f8edccb21a09db6.tar.xz
prepare for the release of smokeping-20051027_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 d754761..4f5615c 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="20051026";
+$VERSION="20051027";
# we want opts everywhere
my %opt;