Update SONAME_VERSION in SConscript

Partially Resolves: COMPMID-5346
Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com>
Change-Id: I1740d3244d7fcaf58613bbb508db7b46ba13f19e
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8045
Benchmark: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/SConscript b/SConscript
index d94745d..39a7709 100644
--- a/SConscript
+++ b/SConscript
@@ -32,7 +32,7 @@
 import codecs
 
 VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 27
+LIBRARY_VERSION_MAJOR = 28
 LIBRARY_VERSION_MINOR =  0
 LIBRARY_VERSION_PATCH =  0
 SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)