aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-05-06 09:49:05 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-05-06 11:11:41 +0000
commit5b1142525f97a1a249a4799dd05fd9fea6e4b1e6 (patch)
tree5747e67777c5a796603dc374bf2a9b218c88153b
parentea11354602991505d3ae183ca93d50c578a2df3f (diff)
downloadComputeLibrary-5b1142525f97a1a249a4799dd05fd9fea6e4b1e6.tar.gz
Update SONAME_VERSION in SConscript
Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Change-Id: I1805dc3b1c5e388c56829a642c43e61eabc1e2fb Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5584 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index e94ff1ed6d..d5b2221204 100644
--- a/SConscript
+++ b/SConscript
@@ -28,7 +28,7 @@ import base64
import string
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 22
+LIBRARY_VERSION_MAJOR = 23
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)