Skip to content

Commit be4bde0

Browse files
committed
VERSION bump to version 4.0.0
1 parent 28a19b8 commit be4bde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ set(CMAKE_MACOSX_RPATH TRUE)
5858
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
5959

6060
# set version of the project
61-
set(LIBYANG_MAJOR_VERSION 3)
62-
set(LIBYANG_MINOR_VERSION 13)
63-
set(LIBYANG_MICRO_VERSION 5)
61+
set(LIBYANG_MAJOR_VERSION 4)
62+
set(LIBYANG_MINOR_VERSION 0)
63+
set(LIBYANG_MICRO_VERSION 0)
6464
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6565

6666
# set version of the library

0 commit comments

Comments
 (0)