From cdb1ee068110111619b9e85b8477b6064c3797ac Mon Sep 17 00:00:00 2001 From: "ramy.elgammal@arm.com" Date: Wed, 28 Jun 2023 16:04:04 +0100 Subject: Update SONAME_VERSION in SConscript and CMake for release 23.05.1 Resolves: COMPMID-6328 Signed-off-by: ramy.elgammal@arm.com Change-Id: Id9f8bcc726add6f82ac76b29d8979d7c5f1ba836 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9838 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConscript') diff --git a/SConscript b/SConscript index 63009c6a05..c9a56ede76 100644 --- a/SConscript +++ b/SConscript @@ -37,7 +37,7 @@ print("DEPRECATION NOTICE: Legacy libarm_compute_core has been deprecated. Link VERSION = "v0.0-unreleased" LIBRARY_VERSION_MAJOR = 31 LIBRARY_VERSION_MINOR = 0 -LIBRARY_VERSION_PATCH = 0 +LIBRARY_VERSION_PATCH = 1 SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH) Import('env') -- cgit v1.2.1