We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152e80b commit 4d8d9d4Copy full SHA for 4d8d9d4
CMakeLists.txt
@@ -57,8 +57,8 @@ set(CMAKE_MACOSX_RPATH TRUE)
57
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
58
# 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 5)
61
-set(LIBNETCONF2_MICRO_VERSION 7)
+set(LIBNETCONF2_MINOR_VERSION 6)
+set(LIBNETCONF2_MICRO_VERSION 0)
62
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
63
64
# Version of the library
0 commit comments