commit | 527b82a34c0ed7a6778c500ee695e5963f7fcead | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Fri Jul 02 15:19:38 2021 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Fri Jul 02 15:19:38 2021 +0100 |
tree | 0e6ca1c008d63c10bc98c603867b38ec9f5a50df | |
parent | 8e5020deade1ce688fefe7892d963137f69a62b2 [diff] [blame] |
Bump .so version numbers to stay ahead of 2.x Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/Makefile b/library/Makefile index 06bd09a..0ee6e4f 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -41,9 +41,9 @@ endif endif -SOEXT_TLS=so.14 -SOEXT_X509=so.2 -SOEXT_CRYPTO=so.7 +SOEXT_TLS=so.16 +SOEXT_X509=so.4 +SOEXT_CRYPTO=so.10 # Set AR_DASH= (empty string) to use an ar implementation that does not accept # the - prefix for command line options (e.g. llvm-ar)