mirror of
https://github.com/curl/curl.git
synced 2026-04-15 09:51:41 +03:00
Fixed script version which was still based on CVS Revision tag.
This commit is contained in:
parent
7d166b0ef6
commit
0fa4b41c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue