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 @@ -56,9 +56,9 @@ set(CMAKE_MACOSX_RPATH TRUE)
5656# Generic version of not only the library. Major version is reserved for really big changes of the project,
5757# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
5858# micro version is changed with a set of small changes or bugfixes anywhere in the project.
59- set (LIBNETCONF2_MAJOR_VERSION 3 )
60- set (LIBNETCONF2_MINOR_VERSION 7 )
61- set (LIBNETCONF2_MICRO_VERSION 10 )
59+ set (LIBNETCONF2_MAJOR_VERSION 4 )
60+ set (LIBNETCONF2_MINOR_VERSION 0 )
61+ set (LIBNETCONF2_MICRO_VERSION 0 )
6262set (LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION} .${LIBNETCONF2_MINOR_VERSION} .${LIBNETCONF2_MICRO_VERSION} )
6363
6464# Version of the library
You can’t perform that action at this time.
0 commit comments