summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:08:07 +0200
committerTobi Oetiker <tobi@oetiker.ch>2008-06-10 15:08:07 +0200
commit424e08410b2cdbf963c07cca0834ba66a541b703 (patch)
tree79b84c65ff0b4b24eaa46b98d998be43b6ad469a /lib/Smokeping.pm
parent8d5f45365467584b313528c60c6f3a902e02c1a4 (diff)
downloadsmokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.gz
smokeping-424e08410b2cdbf963c07cca0834ba66a541b703.tar.xz
prepare for the release of smokeping-2.4.0
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 af5906c..5f47efc 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.003006";
+$VERSION="2.004000";
# we want opts everywhere
my %opt;