From: Guenter Knauf Date: Fri, 1 Apr 2011 13:04:53 +0000 (+0200) Subject: Increased script version. X-Git-Tag: curl-7_21_5~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c37ad9e909aa700394d2d38797d3043f537f64e6;p=curl Increased script version. --- 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');