Skip to content

Commit da5ee3d

Browse files
committed
VERSION bump to version 3.9.0
1 parent 2d477f5 commit da5ee3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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 8)
62+
set(LIBYANG_MINOR_VERSION 9)
6363
set(LIBYANG_MICRO_VERSION 0)
6464
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6565

0 commit comments

Comments
 (0)