Skip to content

Commit 3042369

Browse files
committed
VERSION bump to version 6.1.9
1 parent 26d8271 commit 3042369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
6161
# set version of the project
6262
set(LIBYANG_MAJOR_VERSION 6)
6363
set(LIBYANG_MINOR_VERSION 1)
64-
set(LIBYANG_MICRO_VERSION 8)
64+
set(LIBYANG_MICRO_VERSION 9)
6565
set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION})
6666

6767
# set version of the library

0 commit comments

Comments
 (0)