aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2022-08-04 16:48:20 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2022-08-05 15:15:17 +0000
commita914823ea2412b219b1f97c51a04489a0e2a32b9 (patch)
treef6049a2bb4b774df157812abb3d8fe03e178bb78 /SConscript
parent0105ce5780a9284c19c4771e43302b99805708d3 (diff)
downloadComputeLibrary-a914823ea2412b219b1f97c51a04489a0e2a32b9.tar.gz
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>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index d94745d491..39a7709e83 100644
--- a/SConscript
+++ b/SConscript
@@ -32,7 +32,7 @@ import json
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)