summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-22 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-22 01:00:53 +0200
commit9b89c87e8139103df792cd55cf0cebae2211ea0d (patch)
tree9132b41eb45a801b86c427464638f7b2e5525f9d /lib
parentd1d4941d1821370757de586e0fc06bd36dc8595e (diff)
downloadsmokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.gz
smokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.xz
prepare for the release of smokeping-20060522_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 c6596c0..445fe0b 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="20060521";
+$VERSION="20060522";
# we want opts everywhere
my %opt;