]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fixed script version which was still based on CVS Revision tag.
authorGuenter Knauf <lists@gknw.net>
Thu, 22 Jul 2010 02:29:54 +0000 (04:29 +0200)
committerGuenter Knauf <lists@gknw.net>
Thu, 22 Jul 2010 02:29:54 +0000 (04:29 +0200)
lib/mk-ca-bundle.pl

index 8d461d0b703126602f7822cc6a8fba9792712c6f..3586dc4682c834d861a3b1d43868ccca16096bb9 100755 (executable)
@@ -40,7 +40,7 @@ my $url = 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtin
 # If the OpenSSL commandline is not in search path you can configure it here!
 my $openssl = 'openssl';
 
-my $version = $1 if ('$Revision$' =~ /\s(\d+\.\d+)\s/);
+my $version = '1.14';
 
 getopts('bhilnqtuv');