summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-03-10 11:55:20 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-03-10 11:55:20 +0100
commitbc3c6e5b5c482a2003772d9e4bf5c2a878c5fcae (patch)
tree6973632529aed1bb9a0eb2e0c769885caa4139dd /lib/Smokeping.pm
parent73fb8150992d02888d083581e86b83002e0050c8 (diff)
downloadsmokeping-bc3c6e5b5c482a2003772d9e4bf5c2a878c5fcae.tar.gz
smokeping-bc3c6e5b5c482a2003772d9e4bf5c2a878c5fcae.tar.xz
prepare for the release of smokeping-2.3.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 ce9d8db..afced31 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.003002";
+$VERSION="2.003003";
# we want opts everywhere
my %opt;