summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-08-30 11:46:30 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-08-30 11:46:30 +0200
commit109d05affef8762a0d27fb956f27d8762e0a22d8 (patch)
tree0d6214646dc4d22504bee3dbf4caf4acb3f32d13 /lib/Smokeping.pm
parente262eac461d5b037b20ff7446c6c99137d7e2e2e (diff)
downloadsmokeping-109d05affef8762a0d27fb956f27d8762e0a22d8.tar.gz
smokeping-109d05affef8762a0d27fb956f27d8762e0a22d8.tar.xz
prepare for the release of smokeping-2.2.0
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 ab1ab5e..ca2c0ac 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.001001";
+$VERSION="2.002001";
# we want opts everywhere
my %opt;