aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-03-08 15:34:58 +0000
committerFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-03-15 08:39:53 +0000
commit71bb260010c0d51af46ab4cff174534def2c0d15 (patch)
tree53e35d94adbae8bc0c3a8d68fbc0705ad7aaf3d9 /CMakeLists.txt
parent405163ad263f4444f12ef0d3ea4adc0088aad81e (diff)
downloadComputeLibrary-71bb260010c0d51af46ab4cff174534def2c0d15.tar.gz
Update documentation for 24.02.1 release
Co-authored-by: Michael Kozlov <michael.kozlov@arm.com> Signed-off-by: Michael Kozlov <michael.kozlov@arm.com> Signed-off-by: Felix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com> Change-Id: I40b68789fd363e0a15a0939550df8b067920ad6e
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 d65f6b08ee..0462c2f085 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.0
+ VERSION 35.0.1
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)