summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-18 01:00:52 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-18 01:00:52 +0200
commit20e34cad05efc1ec279b912a6bd61a77b3288975 (patch)
tree5bfc9e4d8526b124639eb715af670ffa6da64c88 /lib/Smokeping.pm
parent5186621fd92524792c03406d61d0cecf74e4dbbc (diff)
downloadsmokeping-20e34cad05efc1ec279b912a6bd61a77b3288975.tar.gz
smokeping-20e34cad05efc1ec279b912a6bd61a77b3288975.tar.xz
prepare for the release of smokeping-20050918_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index bede133..3d35083 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="20050917";
+$VERSION="20050918";
# we want opts everywhere
my %opt;