From 3d62610c70896af4fef67480965898533a68e839 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 11 Feb 2005 21:00:51 +0000 Subject: added defaults and versioning up the 1.99001 --- lib/Smokeping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index b1d258d..e8a59d7 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -19,7 +19,7 @@ use Smokeping::Examples; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="1.38"; +$VERSION="1.99001"; # we want opts everywhere my %opt; -- cgit v1.2.3-24-g4f1b