summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-31 01:00:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-03-31 01:00:50 +0200
commit122bc45208329c43618b4777f810e69bf2122a91 (patch)
treec415f301bfa9e6ad9c0536547c001e97b2c55ac9 /lib
parentdb4a14c92108d1a53ce77d8d866cede23980df27 (diff)
downloadsmokeping-122bc45208329c43618b4777f810e69bf2122a91.tar.gz
smokeping-122bc45208329c43618b4777f810e69bf2122a91.tar.xz
prepare for the release of smokeping-20060331_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 6bd3378..cab4b44 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="20060330";
+$VERSION="20060331";
# we want opts everywhere
my %opt;