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 1fcf15c commit 69d9fffCopy full SHA for 69d9fff
CMakeLists.txt
@@ -57,7 +57,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
57
# set version of the project
58
set(LIBYANG_MAJOR_VERSION 2)
59
set(LIBYANG_MINOR_VERSION 0)
60
-set(LIBYANG_MICRO_VERSION 6)
+set(LIBYANG_MICRO_VERSION 7)
61
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
62
# set version of the library
63
set(LIBYANG_MAJOR_SOVERSION 2)
0 commit comments