summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-12 01:00:49 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-12 01:00:49 +0100
commit5e2b4100c9807be39f75a7af2f1f195330e05b0c (patch)
tree3806901b2ef8718ba54d8055f08fec34e75dcaab /lib
parent8320d440faa98b29c5bc197dd2ef4929bdd55275 (diff)
downloadsmokeping-5e2b4100c9807be39f75a7af2f1f195330e05b0c.tar.gz
smokeping-5e2b4100c9807be39f75a7af2f1f195330e05b0c.tar.xz
prepare for the release of smokeping-20060312_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 40106fc..b9fec7a 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="20060311";
+$VERSION="20060312";
# we want opts everywhere
my %opt;