aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2024-06-12 18:22:57 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2024-06-12 18:26:21 +0000
commite8f28136a048829211d30208cdd6679f0f1c1632 (patch)
tree75cd5b3c46bc78ac12887e0fb62721ab2aca0733 /SConscript
parentd7230761a65ff4d559eb28945b0d4e3dfb46926f (diff)
downloadComputeLibrary-e8f28136a048829211d30208cdd6679f0f1c1632.tar.gz
Update documentation
Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: I46f936f3c503d4801c4dba85900cee00bc372683 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11690 Reviewed-by: Suhail M <MohammedSuhail.Munshi@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConscript b/SConscript
index 67fb9477e1..325506ed40 100644
--- a/SConscript
+++ b/SConscript
@@ -32,8 +32,8 @@ import json
import codecs
import platform
-VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 37
+VERSION = "v24.06"
+LIBRARY_VERSION_MAJOR = 38
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)