commit | 760165741805da32640189c3fbe0981f6f75337d | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Wed Jun 30 23:08:08 2021 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Wed Jun 30 23:09:51 2021 +0100 |
tree | ca89d481ca0fb97a16aa2c51c2392b2ba879c17d | |
parent | bb2eece7cf509ab1adbd3d22ff71cac005d9e298 [diff] [blame] |
Bump library version numbers Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/Makefile b/library/Makefile index 3f54bac..06bd09a 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -41,9 +41,9 @@ endif endif -SOEXT_TLS=so.13 -SOEXT_X509=so.1 -SOEXT_CRYPTO=so.6 +SOEXT_TLS=so.14 +SOEXT_X509=so.2 +SOEXT_CRYPTO=so.7 # Set AR_DASH= (empty string) to use an ar implementation that does not accept # the - prefix for command line options (e.g. llvm-ar)