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 @@ -64,9 +64,9 @@ set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION
6464# Version of the library
6565# Major version is changed with every backward non-compatible API/ABI change in the library, minor version changes
6666# with backward compatible change and micro version is connected with any internal change of the library.
67- set (LIBNETCONF2_MAJOR_SOVERSION 4 )
68- set (LIBNETCONF2_MINOR_SOVERSION 6 )
69- set (LIBNETCONF2_MICRO_SOVERSION 10 )
67+ set (LIBNETCONF2_MAJOR_SOVERSION 5 )
68+ set (LIBNETCONF2_MINOR_SOVERSION 0 )
69+ set (LIBNETCONF2_MICRO_SOVERSION 0 )
7070set (LIBNETCONF2_SOVERSION_FULL ${LIBNETCONF2_MAJOR_SOVERSION} .${LIBNETCONF2_MINOR_SOVERSION} .${LIBNETCONF2_MICRO_SOVERSION} )
7171set (LIBNETCONF2_SOVERSION ${LIBNETCONF2_MAJOR_SOVERSION} )
7272
You can’t perform that action at this time.
0 commit comments