summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-13 01:01:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-13 01:01:05 +0200
commitaa47de5289ea7cd132f38c94c21b6b67647d35ab (patch)
treecdbb1a767224a0328eeb9a4ab6ea22e2c3d6a4a1 /lib
parent87f40d8fdbe73a8d76b84871c6ed4a2fe25ded72 (diff)
downloadsmokeping-aa47de5289ea7cd132f38c94c21b6b67647d35ab.tar.gz
smokeping-aa47de5289ea7cd132f38c94c21b6b67647d35ab.tar.xz
prepare for the release of smokeping-20060513_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 57c2b78..e200dc9 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="20060512";
+$VERSION="20060513";
# we want opts everywhere
my %opt;