Skip to content

Commit cc6d0ea

Browse files
authored
Update version numbers. (rdkcentral#58)
Prepare for release
1 parent 55f59be commit cc6d0ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ add_library(sec_api SHARED
140140

141141
set_target_properties(sec_api PROPERTIES
142142
LINKER_LANGUAGE C
143-
SO_VERSION 2.3
144-
VERSION 2.3.2.27
143+
SO_VERSION 2.4
144+
VERSION 2.4.0.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.3.2.27"
19+
#define SEC_API_VERSION "2.4.0.0"

0 commit comments

Comments
 (0)