summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-04 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-04 01:00:53 +0100
commit60e55de4f17990c6917933e4be8c0e98699085dd (patch)
tree010236e75d63701dedc18e1b655789a713801dad /lib/Smokeping.pm
parent96ff6333350d80852209f984e6a08ce69be3ab74 (diff)
downloadsmokeping-60e55de4f17990c6917933e4be8c0e98699085dd.tar.gz
smokeping-60e55de4f17990c6917933e4be8c0e98699085dd.tar.xz
prepare for the release of smokeping-20051204_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 b6e8db4..319ebd8 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="20051203";
+$VERSION="20051204";
# we want opts everywhere
my %opt;