aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-19 15:27:30 +0000
committerPablo Marquez Tello <pablo.tello@arm.com>2020-11-20 11:42:34 +0000
commit16846ab2627074cafa8abb698fc6762bdaed0703 (patch)
tree3ccc3428e9b6976ca8c6d997e382128fdb38a6bd
parentd6ee9ed1da1a85713fd01811bec30dbd86ede91b (diff)
downloadComputeLibrary-16846ab2627074cafa8abb698fc6762bdaed0703.tar.gz
Updated release soname
Change-Id: I34f94ad6a792bba56643062b2469b0765d19c85e Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/278330 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Comments-Addressed: bsgcomp <bsgcomp@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4164 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@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 25196c42ce..8bff84ba6d 100644
--- a/SConscript
+++ b/SConscript
@@ -25,7 +25,7 @@ import re
import subprocess
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 20
+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)