Update Release VERSION in SConscript
authormorgolock <pablo.tello@arm.com>
Thu, 19 Nov 2020 18:42:37 +0000 (18:42 +0000)
committerInki Dae <inki.dae@samsung.com>
Wed, 3 Mar 2021 07:46:13 +0000 (16:46 +0900)
Change-Id: Ifed2048b2554e55216152ff9487ee4182735f049
Signed-off-by: morgolock <pablo.tello@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4489
Reviewed-by: SiCong Li <sicong.li@arm.com>
Tested-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
SConscript

index d5faa9d9003fe9bfae0b5f49e2f31a4a2c678027..803276ac5f3ba1e876cd10562b235a6e26ec2d63 100644 (file)
@@ -27,8 +27,8 @@ import zlib
 import base64
 import string
 
-VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 22
+VERSION = "v20.11"
+LIBRARY_VERSION_MAJOR = 21
 LIBRARY_VERSION_MINOR =  0
 LIBRARY_VERSION_PATCH =  0
 SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)