summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-03-28 01:13:51 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-03-28 01:13:51 +0100
commitb65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e (patch)
tree12aae41d445cd91f491073c1fd3ea319fa62360e /lib/Smokeping.pm
parente3fc044125095d397693cc4f34105beb5423bdc6 (diff)
downloadsmokeping-b65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e.tar.gz
smokeping-b65e64cb134d2c44ed85dbcbd755f3fba0e1cf4e.tar.xz
prepare for the release of smokeping-2.3.4
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 916f3ef..c1bb7b0 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.003003";
+$VERSION="2.003004";
# we want opts everywhere
my %opt;