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