summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2008-01-23 16:07:05 +0100
committerTobi Oetiker <tobi@oetiker.ch>2008-01-23 16:07:05 +0100
commit8f75cc658717b4409d2eb3c37f6704c7f9d84e59 (patch)
treea5bef1f94cbf1721ce3f17c9931b4d5babecb04e /lib/Smokeping.pm
parentd7ef1c5cc614185fe2e9dd83442edb824620335c (diff)
downloadsmokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.gz
smokeping-8f75cc658717b4409d2eb3c37f6704c7f9d84e59.tar.xz
prepare for the release of smokeping-2.3.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 0eff9b5..5a9cca2 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.002007";
+$VERSION="2.003000";
# we want opts everywhere
my %opt;