summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-07-24 19:37:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-07-24 19:37:05 +0200
commit8c3005527f64d656e4d9321116fd893525a150da (patch)
tree18b0834dd107d112cca6f5b932d1e51f64d63548 /lib/Smokeping.pm
parent6f4833870c8de9fbcc0fa96f87c783fa9e280b5e (diff)
downloadsmokeping-8c3005527f64d656e4d9321116fd893525a150da.tar.gz
smokeping-8c3005527f64d656e4d9321116fd893525a150da.tar.xz
prepare for the release of smokeping-2.4.2
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 2b680a7..0c94b12 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.004000";
+$VERSION="2.004002";
# we want opts everywhere
my %opt;