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 a637504 commit bb9cab5Copy full SHA for bb9cab5
CMakeLists.txt
@@ -59,8 +59,8 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
59
60
# set version of the project
61
set(LIBYANG_MAJOR_VERSION 4)
62
-set(LIBYANG_MINOR_VERSION 0)
63
-set(LIBYANG_MICRO_VERSION 14)
+set(LIBYANG_MINOR_VERSION 1)
+set(LIBYANG_MICRO_VERSION 0)
64
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
65
66
# set version of the library
0 commit comments