aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-02-17 15:13:10 +0000
committerGiorgio Arena <giorgio.arena@arm.com>2021-02-17 18:09:41 +0000
commitd70716a672125afeded8057095f06427092697d8 (patch)
treeaff130ac9415aae781d659043801c5ba55c782be
parent26111da31f001be3302d358ddd8021a0b1dda991 (diff)
downloadComputeLibrary-d70716a672125afeded8057095f06427092697d8.tar.gz
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--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 39e7b9d5b0..d5faa9d900 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)