summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-16 01:01:09 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-16 01:01:09 +0200
commit86175a3bdad15b04d2baa969bf6058e93faecabb (patch)
tree7de3aaf18824a13895b4329598405ca1d6e56390 /lib
parentdb0fe70e88e9d0247e800b9a41e1c217fb028bc8 (diff)
downloadsmokeping-86175a3bdad15b04d2baa969bf6058e93faecabb.tar.gz
smokeping-86175a3bdad15b04d2baa969bf6058e93faecabb.tar.xz
prepare for the release of smokeping-20060716_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 0d35732..d1cca6f 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="20060715";
+$VERSION="20060716";
# we want opts everywhere
my %opt;