Skip to content

Commit 0008666

Browse files
chore: Bump version to v1.24.0
Signed-off-by: Patryk Kaiser <patryk.kaiser@arm.com> Approved-by: James Gross <james.gross@arm.com>
1 parent 1930f0e commit 0008666

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ KleidiAI follows the [Semantic Versioning](https://semver.org/) specification fo
1010

1111
## Upcoming Release
1212

13+
## v1.24.0
14+
1315
- New SME micro-kernels
1416
- Matrix Multiplication (1xN) Micro-Kernel of QAI8DXP LHS and QSI4CXP RHS with F32 output.
1517
- Matrix Multiplication (MxN) Micro-Kernel of QAI8DXP LHS and QSI4CXP RHS with F32 output.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake_minimum_required(VERSION 3.16)
77

88
project(KleidiAI
9-
VERSION 1.23.0
9+
VERSION 1.24.0
1010
LANGUAGES C CXX
1111
)
1212

kai/kai_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ extern "C" {
125125
///
126126
/// @return Project version as a string literal.
127127
inline const char* kai_get_version(void) {
128-
return "1.23.0";
128+
return "1.24.0";
129129
}
130130

131131
/// KleidiAI data types

0 commit comments

Comments
 (0)