summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-27 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-27 01:00:56 +0200
commit0c44eb0cc6b20730a7d29030a3b220d664722e2b (patch)
tree750930e50dbce8932c9798f01f173c38c8c60e09 /lib
parent85792ae3d91ca94d0da926a536f2f58d22447a0c (diff)
downloadsmokeping-0c44eb0cc6b20730a7d29030a3b220d664722e2b.tar.gz
smokeping-0c44eb0cc6b20730a7d29030a3b220d664722e2b.tar.xz
prepare for the release of smokeping-20060627_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 882b725..3639ff4 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="20060626";
+$VERSION="20060627";
# we want opts everywhere
my %opt;