summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-26 14:52:29 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-26 14:52:29 +0200
commitb3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927 (patch)
tree52a400fe562a0d033330422dc753dd94d6aab017 /lib
parentf638a6d39525dded01b5bcde64bd65e47ec10110 (diff)
downloadsmokeping-b3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927.tar.gz
smokeping-b3c0fa34dd27dbe1fd89bc8dfd63705c5ea4e927.tar.xz
prepare for the release of smokeping-2.5.1
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 7e5bc2f..00375dc 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -67,7 +67,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.004002";
+$VERSION="2.005001";
# we want opts everywhere
my %opt;