summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-18 01:01:16 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-18 01:01:16 +0100
commitb1aa79d75ffc85cafc945a8e7253f56a9e2b522a (patch)
tree5e925f42e0465a528a671358f8ef9561929314ee /lib/Smokeping.pm
parenta564850ad79ef936f9acd8a60e763ce7bd91a0d0 (diff)
downloadsmokeping-b1aa79d75ffc85cafc945a8e7253f56a9e2b522a.tar.gz
smokeping-b1aa79d75ffc85cafc945a8e7253f56a9e2b522a.tar.xz
prepare for the release of smokeping-20051218_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 aa5a412..eb1ed71 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="20051217";
+$VERSION="20051218";
# we want opts everywhere
my %opt;