summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-19 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-19 01:01:06 +0200
commit12e7a448c63c79b0e01e2bc6810c5a23669ca741 (patch)
treeefa8c7fb58e3242ffb9bf4c5f26c8c55b1f67484 /lib
parentaca01304a6c2638c9667711967b9ee1aa9bd09d9 (diff)
downloadsmokeping-12e7a448c63c79b0e01e2bc6810c5a23669ca741.tar.gz
smokeping-12e7a448c63c79b0e01e2bc6810c5a23669ca741.tar.xz
prepare for the release of smokeping-20051019_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 8462307..d9175fe 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="20051018";
+$VERSION="20051019";
# we want opts everywhere
my %opt;