aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-02-12 13:48:29 +0000
committerFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-02-12 17:14:59 +0000
commit0c49024339843b5ead43a52c037efe8bb7e21e59 (patch)
treecbe76cc5bd85387db2dc849ebdbeebccf2fdaf0b /SConscript
parentc0e91ad6f6a550e71819641b6a9331dfc7a4f07a (diff)
downloadComputeLibrary-branches/arm_compute_24_02.tar.gz
Update documentation for 24.02 releasev24.02branches/arm_compute_24_02
Signed-off-by: Felix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com> Change-Id: I12511d9fb799a11fc9a889aeb0ad1739b9d1954d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11121 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Gunes Bayir <gunes.bayir@arm.com>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index f0c42979ce..c61e978730 100644
--- a/SConscript
+++ b/SConscript
@@ -32,7 +32,7 @@ import json
import codecs
VERSION = "v0.0-unreleased"
-LIBRARY_VERSION_MAJOR = 34
+LIBRARY_VERSION_MAJOR = 35
LIBRARY_VERSION_MINOR = 0
LIBRARY_VERSION_PATCH = 0
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)