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 0ef18ba commit 9784492Copy full SHA for 9784492
CMakeLists.txt
@@ -60,7 +60,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
60
# set version of the project
61
set(LIBYANG_MAJOR_VERSION 2)
62
set(LIBYANG_MINOR_VERSION 2)
63
-set(LIBYANG_MICRO_VERSION 8)
+set(LIBYANG_MICRO_VERSION 9)
64
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
65
# set version of the library
66
set(LIBYANG_MAJOR_SOVERSION 3)
0 commit comments