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 3492914 commit 01e7db5Copy full SHA for 01e7db5
CMakeLists.txt
@@ -40,7 +40,7 @@ set(CMAKE_C_FLAGS_PACKAGE "-g -O2 -DNDEBUG")
40
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
41
set(LIBNETCONF2_MAJOR_VERSION 1)
42
set(LIBNETCONF2_MINOR_VERSION 1)
43
-set(LIBNETCONF2_MICRO_VERSION 45)
+set(LIBNETCONF2_MICRO_VERSION 46)
44
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
45
46
# Version of the library
0 commit comments