summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-24 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-24 01:00:53 +0100
commite47d849259ed6c43463a873073c14582618d84bb (patch)
treee76891e5df5cb41d09d9c696e5fe9f8d68141cbb /lib/Smokeping.pm
parent5b3966df8b51691bd8fc69e768e9676bc38e9d3e (diff)
downloadsmokeping-e47d849259ed6c43463a873073c14582618d84bb.tar.gz
smokeping-e47d849259ed6c43463a873073c14582618d84bb.tar.xz
prepare for the release of smokeping-20051224_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index dd5347f..01b74cf 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="20051223";
+$VERSION="20051224";
# we want opts everywhere
my %opt;