summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-22 01:00:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-22 01:00:55 +0200
commita91c8844b7e3d570753345b453a12ab46ed42f96 (patch)
tree994ae5aa4a9af50fd7563f9e397fdeb773cad134 /lib
parent7533476fe2aa5d68009a9d63c117b6c192f351c3 (diff)
downloadsmokeping-a91c8844b7e3d570753345b453a12ab46ed42f96.tar.gz
smokeping-a91c8844b7e3d570753345b453a12ab46ed42f96.tar.xz
prepare for the release of smokeping-20060622_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 409452e..10d7a36 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="20060621";
+$VERSION="20060622";
# we want opts everywhere
my %opt;