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 76841f1 commit 8b0b910Copy full SHA for 8b0b910
CMakeLists.txt
@@ -61,7 +61,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
61
# set version of the project
62
set(LIBYANG_MAJOR_VERSION 2)
63
set(LIBYANG_MINOR_VERSION 1)
64
-set(LIBYANG_MICRO_VERSION 110)
+set(LIBYANG_MICRO_VERSION 111)
65
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
66
# set version of the library
67
set(LIBYANG_MAJOR_SOVERSION 2)
0 commit comments