summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-21 01:00:52 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-21 01:00:52 +0200
commitd1d4941d1821370757de586e0fc06bd36dc8595e (patch)
tree290f629699f1e80d974dabe7b81fb15fd88873bc /lib
parentf8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8 (diff)
downloadsmokeping-d1d4941d1821370757de586e0fc06bd36dc8595e.tar.gz
smokeping-d1d4941d1821370757de586e0fc06bd36dc8595e.tar.xz
prepare for the release of smokeping-20060521_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 e213c7f..c6596c0 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="20060520";
+$VERSION="20060521";
# we want opts everywhere
my %opt;