aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael Kozlov <michael.kozlov@arm.com>2024-04-17 14:34:46 +0100
committerMichael Kozlov <michael.kozlov@arm.com>2024-04-17 16:11:00 +0000
commit5057ce9e1866ffa0388543d81af32083b5b1c684 (patch)
treeb33126d7e09292933b7e2f6400946d2edd8aaeb0 /CMakeLists.txt
parent83ca105b1fc8c440fe56e3389e8ffd7346612411 (diff)
downloadComputeLibrary-5057ce9e1866ffa0388543d81af32083b5b1c684.tar.gz
Update documentation for 24.04 release
Change-Id: Ifec7015ad5712d8b84d65203a5fa21cbefcb04ad Signed-off-by: Michael Kozlov <michael.kozlov@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11438 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: <felixjohnny.thomasmathibalan@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@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 d011f04339..c67479ce41 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 35.0.1
+ VERSION 36.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)