From 4f0eac47fb7299a6aae70a49e578959cdcadc466 Mon Sep 17 00:00:00 2001 From: seanjin99 Date: Tue, 14 Apr 2026 12:25:23 -0400 Subject: [PATCH] Update version numbers to 2.4.4.0 Reason for change: Bump version number to 2.4.4.0 Risks: None --- CMakeLists.txt | 2 +- include/sec_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 837648c..038434d 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.3.0 + VERSION 2.4.4.0 ) target_compile_options(sec_api PRIVATE -Wno-deprecated-declarations) diff --git a/include/sec_version.h b/include/sec_version.h index 047e92b..af49d17 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.3.0" +#define SEC_API_VERSION "2.4.4.0"