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 a6a50bd commit a81b330Copy full SHA for a81b330
CMakeLists.txt
@@ -62,7 +62,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
62
# set version of the project
63
set(LIBYANG_MAJOR_VERSION 2)
64
set(LIBYANG_MINOR_VERSION 0)
65
-set(LIBYANG_MICRO_VERSION 111)
+set(LIBYANG_MICRO_VERSION 112)
66
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
67
# set version of the library
68
set(LIBYANG_MAJOR_SOVERSION 2)
0 commit comments