summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-17 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-17 01:01:00 +0200
commit2dc8c44f712a2f70c340dc490adc14b9e6e2058f (patch)
tree7251403fb1bb9cdc16b8d302373cdd8c1711a8be /lib/Smokeping.pm
parent86175a3bdad15b04d2baa969bf6058e93faecabb (diff)
downloadsmokeping-2dc8c44f712a2f70c340dc490adc14b9e6e2058f.tar.gz
smokeping-2dc8c44f712a2f70c340dc490adc14b9e6e2058f.tar.xz
prepare for the release of smokeping-20060717_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 d1cca6f..8e9129b 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="20060716";
+$VERSION="20060717";
# we want opts everywhere
my %opt;