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:10 +0000
commit328b511f964cac1d8a236830b6b030dc98be2d48 (patch)
tree7a0ae445b0bae4badc6d0dcfc3696a5a31620747
parent5b50f42a2bef5f5df38c7a34bfb5fa06895f6fed (diff)
downloadComputeLibrary-328b511f964cac1d8a236830b6b030dc98be2d48.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)