We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759630 commit 30acd8eCopy full SHA for 30acd8e
1 file changed
CMakeLists.txt
@@ -60,8 +60,8 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
60
61
# set version of the project
62
set(LIBYANG_MAJOR_VERSION 5)
63
-set(LIBYANG_MINOR_VERSION 5)
64
-set(LIBYANG_MICRO_VERSION 3)
+set(LIBYANG_MINOR_VERSION 6)
+set(LIBYANG_MICRO_VERSION 0)
65
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
66
67
# set version of the library
0 commit comments