summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-02-17 11:29:13 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-02-17 11:29:13 +0100
commitd181a809046d4f59be93e447b33ccf71e5edaf8f (patch)
treec08d7546aa591efb89c1b7ff64e97ba1cb4c1173 /lib/Smokeping.pm
parentb9e4dcf06ed56ddbb0ee0f6a040142e21ab2f4a9 (diff)
downloadsmokeping-d181a809046d4f59be93e447b33ccf71e5edaf8f.tar.gz
smokeping-d181a809046d4f59be93e447b33ccf71e5edaf8f.tar.xz
prepare for the release of smokeping-2.3.1
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 c88e942..f582263 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.003000";
+$VERSION="2.003001";
# we want opts everywhere
my %opt;