File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
2828 You must delete them, or cmake will refuse to work." )
2929endif ()
3030
31- project (wolfssl VERSION 5.6.6 LANGUAGES C ASM )
31+ project (wolfssl VERSION 5.7.0 LANGUAGES C ASM )
3232
3333# Set WOLFSSL_ROOT if not already defined
3434if ("${WOLFSSL_ROOT} " STREQUAL "" )
@@ -43,12 +43,12 @@ endif()
4343
4444# shared library versioning
4545# increment if interfaces have been added, removed or changed
46- set (LIBTOOL_CURRENT 42 )
46+ set (LIBTOOL_CURRENT 43 )
4747# increment if source code has changed set to zero if current is incremented
4848set (LIBTOOL_REVISION 0)
4949# increment if interfaces have been added set to zero if interfaces have been
5050# removed or changed
51- set (LIBTOOL_AGE 0 )
51+ set (LIBTOOL_AGE 1 )
5252
5353math (EXPR LIBTOOL_SO_VERSION "${LIBTOOL_CURRENT} - ${LIBTOOL_AGE} " )
5454set (LIBTOOL_FULL_VERSION ${LIBTOOL_SO_VERSION} .${LIBTOOL_AGE} .${LIBTOOL_REVISION} )
You can’t perform that action at this time.
0 commit comments