commit | 20362cd1cadb6b4b1d04a3c147f2c37bda8fecf0 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Jul 08 12:21:35 2022 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Mon Jul 11 13:56:01 2022 +0100 |
tree | e72924ceab42d53c6be59ea941998acebf4d1a55 | |
parent | 2238eed2d9ecb89e3bc1e489c4c21d19926d9e0e [diff] [blame] |
Bump library and so versions for 3.2.0 release Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/Makefile b/library/Makefile index d267e05..f5ff474 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -47,9 +47,9 @@ endif endif -SOEXT_TLS=so.17 +SOEXT_TLS=so.18 SOEXT_X509=so.4 -SOEXT_CRYPTO=so.11 +SOEXT_CRYPTO=so.12 # Set AR_DASH= (empty string) to use an ar implementation that does not accept # the - prefix for command line options (e.g. llvm-ar)