summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-02-11 22:00:51 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-02-11 22:00:51 +0100
commit3d62610c70896af4fef67480965898533a68e839 (patch)
tree17c6e8d6dc975faa04e16b4d1fc1b99a874331e8 /lib
parentf0b5385c63bd886c2bb58f0922cce564504ec12f (diff)
downloadsmokeping-3d62610c70896af4fef67480965898533a68e839.tar.gz
smokeping-3d62610c70896af4fef67480965898533a68e839.tar.xz
added defaults and versioning up the 1.99001
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 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;