mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
Increment the soversion number.
This commit is contained in:
parent
101a65378c
commit
a5157e69b1
@ -12,15 +12,15 @@ set(APPLICATION_VERSION_PATCH "0")
|
|||||||
|
|
||||||
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
|
set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
|
||||||
|
|
||||||
# Set the lib CURRENT.REVISION.AGE version info
|
# SOVERSION scheme: CURRENT.AGE.REVISION
|
||||||
# If the source code was changed, but there were no interface changes:
|
|
||||||
# Increment REVISION.
|
|
||||||
# If there was a compatible interface change:
|
|
||||||
# Increment CURRENT and AGE. Set REVISION to 0
|
|
||||||
# If there was an incompatible interface change:
|
# If there was an incompatible interface change:
|
||||||
# Increment CURRENT. Set AGE and REVISION to 0
|
# Increment CURRENT. Set AGE and REVISION to 0
|
||||||
set(LIBRARY_VERSION "4.1.0")
|
# If there was a compatible interface change:
|
||||||
set(LIBRARY_SOVERSION "4")
|
# Increment AGE. Set REVISION to 0
|
||||||
|
# If the source code was changed, but there were no interface changes:
|
||||||
|
# Increment REVISION.
|
||||||
|
set(LIBRARY_VERSION "5.0.0")
|
||||||
|
set(LIBRARY_SOVERSION "5")
|
||||||
|
|
||||||
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
|
||||||
set(CMAKE_MODULE_PATH
|
set(CMAKE_MODULE_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user