summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-18 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-18 01:01:06 +0200
commitce8a46b5e9aa091d455ea0e25f5f478a3b6f3110 (patch)
tree7abc9df4315256063c506cf1934f606e9272ef85 /lib/Smokeping.pm
parent2dc8c44f712a2f70c340dc490adc14b9e6e2058f (diff)
downloadsmokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.gz
smokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.xz
prepare for the release of smokeping-20060718_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 8e9129b..b0e803f 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="20060717";
+$VERSION="20060718";
# we want opts everywhere
my %opt;