summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-08 01:01:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-08 01:01:05 +0200
commitc46c5fc16f5393a89806cd6a8abf30aa38360325 (patch)
tree9170dd2e0961146147f869b614932c0cc95de62b /lib
parente158d53556f9eab5c89a04b7654b4df0bc2aa5d0 (diff)
downloadsmokeping-c46c5fc16f5393a89806cd6a8abf30aa38360325.tar.gz
smokeping-c46c5fc16f5393a89806cd6a8abf30aa38360325.tar.xz
prepare for the release of smokeping-20050908_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 bea4beb..14912c8 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20050907";
+$VERSION="20050908";
# we want opts everywhere
my %opt;