diff options
author | Giorgio Arena <giorgio.arena@arm.com> | 2021-02-17 15:13:10 +0000 |
---|---|---|
committer | Giorgio Arena <giorgio.arena@arm.com> | 2021-02-17 18:09:41 +0000 |
commit | d70716a672125afeded8057095f06427092697d8 (patch) | |
tree | aff130ac9415aae781d659043801c5ba55c782be | |
parent | 26111da31f001be3302d358ddd8021a0b1dda991 (diff) | |
download | armcl-d70716a672125afeded8057095f06427092697d8.tar.gz armcl-d70716a672125afeded8057095f06427092697d8.tar.bz2 armcl-d70716a672125afeded8057095f06427092697d8.zip |
Update SONAME_VERSION
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com>
Change-Id: I293b7197c58f17f5b5e594289065e0fb501f247d
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5101
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
-rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript index 39e7b9d5b..d5faa9d90 100644 --- a/SConscript +++ b/SConscript @@ -28,7 +28,7 @@ import base64 import string VERSION = "v0.0-unreleased" -LIBRARY_VERSION_MAJOR = 21 +LIBRARY_VERSION_MAJOR = 22 LIBRARY_VERSION_MINOR = 0 LIBRARY_VERSION_PATCH = 0 SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH) |