Update SONAME_VERSION
authorGiorgio Arena <giorgio.arena@arm.com>
Wed, 17 Feb 2021 15:13:10 +0000 (15:13 +0000)
committerGiorgio Arena <giorgio.arena@arm.com>
Wed, 17 Feb 2021 18:09:41 +0000 (18:09 +0000)
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>
SConscript

index 39e7b9d5b0731bd5fc50fb9da4d694d7cedec83f..d5faa9d9003fe9bfae0b5f49e2f31a4a2c678027 100644 (file)
@@ -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)