summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-25 21:56:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-25 21:56:53 +0200
commit2e72f71bcbb2e50a5e74557c0707774153e6ccb0 (patch)
tree3644710ab26c18ea39098550a52ad4856c3ce048 /lib
parent4197b239883707b5f40433f39c4796e886beaa9b (diff)
downloadsmokeping-2e72f71bcbb2e50a5e74557c0707774153e6ccb0.tar.gz
smokeping-2e72f71bcbb2e50a5e74557c0707774153e6ccb0.tar.xz
prepare for the release of smokeping-2.5.0
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 ce487ab..7e5bc2f 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.005000";
+$VERSION="2.004002";
# we want opts everywhere
my %opt;