summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-02-25 11:24:40 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-02-25 11:24:40 +0100
commit296d9bf573e5981407c85d35bc9e339d777321cb (patch)
tree6531a3228284051b0b3cbd1fbff20dd45186118b /lib
parent0ec3c991d771c0856a39f60824849f58680987c0 (diff)
downloadsmokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.gz
smokeping-296d9bf573e5981407c85d35bc9e339d777321cb.tar.xz
prepare for the release of smokeping-2.3.2
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 f6f5b3d..309f6ea 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -38,7 +38,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.003001";
+$VERSION="2.003002";
# we want opts everywhere
my %opt;