From 5d76c8b6f710b491ceecbe64039d129976247711 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Tue, 25 Mar 2025 08:46:21 +0000 Subject: [PATCH] Bump version to 0.5.0 --- CHANGELOG.md | 2 ++ adapters/opencv/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fb4ba10..28d2f58e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ KleidiCV uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog aims to follow the guiding principles of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## 0.5.0 - not yet released + ## 0.4.0 - 2025-03-25 ### Added diff --git a/adapters/opencv/CMakeLists.txt b/adapters/opencv/CMakeLists.txt index a53f754a0..2e5cb2ffb 100644 --- a/adapters/opencv/CMakeLists.txt +++ b/adapters/opencv/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 - 2024 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: 2023 - 2025 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 @@ -7,7 +7,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/../../kleidicv_thread/CMakeLists.txt") project("KleidiCV OpenCV HAL") -set(KLEIDICV_HAL_VERSION "0.4.0" CACHE INTERNAL "") +set(KLEIDICV_HAL_VERSION "0.5.0" CACHE INTERNAL "") set(KLEIDICV_HAL_LIBRARIES "kleidicv_hal" CACHE INTERNAL "") set(KLEIDICV_HAL_HEADERS "${CMAKE_CURRENT_LIST_DIR}/kleidicv_hal.h" CACHE INTERNAL "") set(KLEIDICV_HAL_INCLUDE_DIRS "$" CACHE INTERNAL "") -- GitLab