summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-14 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-14 01:00:54 +0200
commit2f5b3b13f36137299dbb240d42db261f07772739 (patch)
tree2fef04da96fb1c61afc0f1ab99ebb952505fb3e2 /lib
parent36d4802453ee4253dd60e80926ea8404cdf7db53 (diff)
downloadsmokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.gz
smokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.xz
prepare for the release of smokeping-20051014_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 72dfd50..e00df44 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="20051013";
+$VERSION="20051014";
# we want opts everywhere
my %opt;