summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-16 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-16 01:00:54 +0100
commit61429c9cb042e31f0b79a85f63083a10a202528e (patch)
tree4d5234196c0a445dd6f8091121b5caa7c0ffe424 /lib/Smokeping.pm
parentc3ebdbd645add45df0e6ae7d7759ede0e9b655f4 (diff)
downloadsmokeping-61429c9cb042e31f0b79a85f63083a10a202528e.tar.gz
smokeping-61429c9cb042e31f0b79a85f63083a10a202528e.tar.xz
prepare for the release of smokeping-20051216_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 b7128bf..6c5a02a 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="20051215";
+$VERSION="20051216";
# we want opts everywhere
my %opt;