summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-14 01:01:19 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-14 01:01:19 +0200
commit71681f39c4e5102b5a2c629ee7a16e9f8a20f8d0 (patch)
treece01e413e806450ac01306dac446aa92949ae760 /lib/Smokeping.pm
parent0d1c06ba9b183c02a9bca6987ac6f52951f136f6 (diff)
downloadsmokeping-71681f39c4e5102b5a2c629ee7a16e9f8a20f8d0.tar.gz
smokeping-71681f39c4e5102b5a2c629ee7a16e9f8a20f8d0.tar.xz
prepare for the release of smokeping-20060814_trunk
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 e8afb6f..e5d3596 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060813";
+$VERSION="20060814";
# we want opts everywhere
my %opt;