Skip to content

Commit 337285a

Browse files
committed
Issue 68: Update version numbers
Reason for change: Update version numbers Risks: None Priority: P1
1 parent dcb5805 commit 337285a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ add_library(sec_api SHARED
141141
set_target_properties(sec_api PROPERTIES
142142
LINKER_LANGUAGE C
143143
SO_VERSION 2.4
144-
VERSION 2.4.2.0
144+
VERSION 2.4.3.0
145145
)
146146

147147
target_compile_options(sec_api PRIVATE -Wno-deprecated-declarations)

include/sec_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
* SPDX-License-Identifier: Apache-2.0
1717
*/
1818

19-
#define SEC_API_VERSION "2.4.2.0"
19+
#define SEC_API_VERSION "2.4.3.0"

0 commit comments

Comments
 (0)