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 12:40:57 +0100
commit34a5a492e7c2ce5caa24cf08bc1013ac3c2716fb (patch)
tree6b7607db00ef056ea10f0fde34348ef55e1b8e09
parentfe8b21de11516048e836074b251a547659ac3331 (diff)
downloadComputeLibrary-34a5a492e7c2ce5caa24cf08bc1013ac3c2716fb.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 da92409867..dc92c86462 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)