summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-08-30 14:21:34 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-08-30 14:21:34 +0200
commita930766439a857d04be7c248ea6b934d50f57424 (patch)
tree4d48fa9dd5d7bda28479d99b5bafd3ccdb4f22ab /lib/Smokeping.pm
parentb5e24ab91e1d66459e12bb8f25ef411f95fe9de8 (diff)
downloadsmokeping-a930766439a857d04be7c248ea6b934d50f57424.tar.gz
smokeping-a930766439a857d04be7c248ea6b934d50f57424.tar.xz
prepare for the release of smokeping-2.2.2
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 b17bfcc..41a80b0 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.002001";
+$VERSION="2.002002";
# we want opts everywhere
my %opt;