summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:09:35 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-10-28 13:09:35 +0100
commit0cd23826de9b7549c845f7e44203ae037a1c44c1 (patch)
tree55024e4a9f372332550d04a72cc47dfc1d043de0 /lib/Smokeping.pm
parentcf006837234c697cb37bd1d2acb6955ac34d513e (diff)
downloadsmokeping-0cd23826de9b7549c845f7e44203ae037a1c44c1.tar.gz
smokeping-0cd23826de9b7549c845f7e44203ae037a1c44c1.tar.xz
prepare for the release of smokeping-2.2.6
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 818de9f..46946e1 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -37,7 +37,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.002004 ";
+$VERSION="2.002006";
# we want opts everywhere
my %opt;