summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-09-06 17:43:45 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-09-06 17:43:45 +0200
commitfa5abd5d25b193c47400f116c852c0a0b176322a (patch)
tree7795fdd0e25d28c7741c265619fa1fde81655c0c /lib/Smokeping.pm
parent36ab642eaaa3a27e346659bef7fff07b3733ca30 (diff)
downloadsmokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.gz
smokeping-fa5abd5d25b193c47400f116c852c0a0b176322a.tar.xz
prepare for the release of smokeping-2.2.3
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 40beeb6..f1a8a2a 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.002002";
+$VERSION="2.002003";
# we want opts everywhere
my %opt;