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 5c4a34e commit 8da4e96Copy full SHA for 8da4e96
1 file changed
CMakeLists.txt
@@ -59,7 +59,7 @@ set(CMAKE_MACOSX_RPATH TRUE)
59
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
60
set(LIBNETCONF2_MAJOR_VERSION 4)
61
set(LIBNETCONF2_MINOR_VERSION 4)
62
-set(LIBNETCONF2_MICRO_VERSION 9)
+set(LIBNETCONF2_MICRO_VERSION 10)
63
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
64
65
# Version of the library
0 commit comments