aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--SConscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f8fc4afc1..1534392932 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 28.0.8
+ VERSION 31.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)
diff --git a/SConscript b/SConscript
index 63009c6a05..c9a56ede76 100644
--- a/SConscript
+++ b/SConscript
@@ -37,7 +37,7 @@ print("DEPRECATION NOTICE: Legacy libarm_compute_core has been deprecated. Link
VERSION = "v0.0-unreleased"
LIBRARY_VERSION_MAJOR = 31
LIBRARY_VERSION_MINOR = 0
-LIBRARY_VERSION_PATCH = 0
+LIBRARY_VERSION_PATCH = 1
SONAME_VERSION = str(LIBRARY_VERSION_MAJOR) + "." + str(LIBRARY_VERSION_MINOR) + "." + str(LIBRARY_VERSION_PATCH)
Import('env')