We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a19b8 commit be4bde0Copy full SHA for be4bde0
1 file changed
CMakeLists.txt
@@ -58,9 +58,9 @@ set(CMAKE_MACOSX_RPATH TRUE)
58
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
59
60
# set version of the project
61
-set(LIBYANG_MAJOR_VERSION 3)
62
-set(LIBYANG_MINOR_VERSION 13)
63
-set(LIBYANG_MICRO_VERSION 5)
+set(LIBYANG_MAJOR_VERSION 4)
+set(LIBYANG_MINOR_VERSION 0)
+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