Update SONAME_VERSION in SConscript and CMake for release 23.05.1

Resolves: COMPMID-6328
Signed-off-by: ramy.elgammal@arm.com <ramy.elgammal@arm.com>
Change-Id: Id9f8bcc726add6f82ac76b29d8979d7c5f1ba836
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9838
Benchmark: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Jakub Sujak <jakub.sujak@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/SConscript b/SConscript
index 63009c6..c9a56ed 100644
--- a/SConscript
+++ b/SConscript
@@ -37,7 +37,7 @@
 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')