From 337285a5de0f469193eec106e2863c099afa3602 Mon Sep 17 00:00:00 2001 From: harindhu007 Date: Fri, 5 Dec 2025 09:39:31 -0700 Subject: [PATCH] Issue 68: Update version numbers Reason for change: Update version numbers Risks: None Priority: P1 --- CMakeLists.txt | 2 +- include/sec_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6515d36..837648c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,7 @@ add_library(sec_api SHARED set_target_properties(sec_api PROPERTIES LINKER_LANGUAGE C SO_VERSION 2.4 - VERSION 2.4.2.0 + VERSION 2.4.3.0 ) target_compile_options(sec_api PRIVATE -Wno-deprecated-declarations) diff --git a/include/sec_version.h b/include/sec_version.h index aed1215..047e92b 100644 --- a/include/sec_version.h +++ b/include/sec_version.h @@ -16,4 +16,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -#define SEC_API_VERSION "2.4.2.0" +#define SEC_API_VERSION "2.4.3.0"