summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-14 01:00:57 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-14 01:00:57 +0200
commit1f583574e3b973536c588a8a7bc3c348cf10d2e1 (patch)
treef0a28880891e71876663ee2d7c9cfba9ec3da85e /lib
parent641df363ae015f50c1dbcfd7fee01115fe62f194 (diff)
downloadsmokeping-1f583574e3b973536c588a8a7bc3c348cf10d2e1.tar.gz
smokeping-1f583574e3b973536c588a8a7bc3c348cf10d2e1.tar.xz
prepare for the release of smokeping-20060414_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 3069e4f..31db088 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="20060413";
+$VERSION="20060414";
# we want opts everywhere
my %opt;