From 16846ab2627074cafa8abb698fc6762bdaed0703 Mon Sep 17 00:00:00 2001 From: morgolock Date: Thu, 19 Nov 2020 15:27:30 +0000 Subject: Updated release soname Change-Id: I34f94ad6a792bba56643062b2469b0765d19c85e Signed-off-by: morgolock Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/278330 Tested-by: bsgcomp Reviewed-by: Michele DiGiorgio Comments-Addressed: bsgcomp Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4164 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1