Skip to content

Commit 47f7c6b

Browse files
committed
VERSION bump to version 3.5.0
1 parent 4ffb50c commit 47f7c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
5959

6060
# set version of the project
6161
set(LIBYANG_MAJOR_VERSION 3)
62-
set(LIBYANG_MINOR_VERSION 4)
63-
set(LIBYANG_MICRO_VERSION 6)
62+
set(LIBYANG_MINOR_VERSION 5)
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)