summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-28 01:00:52 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-28 01:00:52 +0200
commit5f5bd15d7cbd95b1ba4507dbe79c32628b3a6a80 (patch)
tree1115bde799a1b4adafb967b90024c8fcf377f1c6 /lib
parent65574bbd22f7cbf384a41a940f8edccb21a09db6 (diff)
downloadsmokeping-5f5bd15d7cbd95b1ba4507dbe79c32628b3a6a80.tar.gz
smokeping-5f5bd15d7cbd95b1ba4507dbe79c32628b3a6a80.tar.xz
prepare for the release of smokeping-20051028_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 4f5615c..94e31bf 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="20051027";
+$VERSION="20051028";
# we want opts everywhere
my %opt;