aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentc0e91ad6f6a550e71819641b6a9331dfc7a4f07a (diff)
downloadComputeLibrary-0c49024339843b5ead43a52c037efe8bb7e21e59.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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96992f4052..d65f6b08ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
list(APPEND CMAKE_MESSAGE_CONTEXT ArmCompute)
project(
ArmCompute
- VERSION 34.0.0
+ VERSION 35.0.0
DESCRIPTION
"The Arm Compute Library is a collection of low-level machine learning functions optimized for Arm® Cortex®-A CPU and Arm® Mali™ GPU architectures"
LANGUAGES C CXX ASM)