summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-30 01:00:50 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-30 01:00:50 +0100
commitbe82526c51ec0359c0d79606175536cd9ff94d8b (patch)
treefb5118d7265ac6f0568f79fbc63ef22206413a51 /lib/Smokeping.pm
parentae6b1e03bf7baf9e2031b445d31d787c20da1823 (diff)
downloadsmokeping-be82526c51ec0359c0d79606175536cd9ff94d8b.tar.gz
smokeping-be82526c51ec0359c0d79606175536cd9ff94d8b.tar.xz
prepare for the release of smokeping-20051230_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 95f984a..6792616 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="20051229";
+$VERSION="20051230";
# we want opts everywhere
my %opt;