We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d6140 commit 19edc89Copy full SHA for 19edc89
CMakeLists.txt
@@ -59,7 +59,7 @@ endif()
59
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
60
set(LIBNETCONF2_MAJOR_VERSION 2)
61
set(LIBNETCONF2_MINOR_VERSION 1)
62
-set(LIBNETCONF2_MICRO_VERSION 30)
+set(LIBNETCONF2_MICRO_VERSION 31)
63
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
64
65
# Version of the library
0 commit comments