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 de443ba commit 39a2599Copy full SHA for 39a2599
CMakeLists.txt
@@ -54,7 +54,7 @@ endif()
54
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
55
set(LIBNETCONF2_MAJOR_VERSION 2)
56
set(LIBNETCONF2_MINOR_VERSION 0)
57
-set(LIBNETCONF2_MICRO_VERSION 0)
+set(LIBNETCONF2_MICRO_VERSION 1)
58
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
59
60
# Version of the library
0 commit comments