diff options
author | Guenter Knauf <lists@gknw.net> | 2011-04-01 15:04:53 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-04-01 15:04:53 +0200 |
commit | c37ad9e909aa700394d2d38797d3043f537f64e6 (patch) | |
tree | 79acfff8b4d7fd89b9a1fc868c36ac3415fc3fa2 /lib/mk-ca-bundle.pl | |
parent | 5eda4bf726d4a79c9c5c6d263024f40cb016cd03 (diff) | |
download | curl-c37ad9e909aa700394d2d38797d3043f537f64e6.tar.gz |
Increased script version.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 425286d22..b871a0b3a 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -40,7 +40,7 @@ my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/ # If the OpenSSL commandline is not in search path you can configure it here! my $openssl = 'openssl'; -my $version = '1.14'; +my $version = '1.15'; getopts('bhilnqtuv'); |