Skip to content

Commit e4d32c3

Browse files
committed
VERSION bump to version 4.8.0
1 parent 46fbc52 commit e4d32c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
6060

6161
# set version of the project
6262
set(LIBYANG_MAJOR_VERSION 4)
63-
set(LIBYANG_MINOR_VERSION 7)
64-
set(LIBYANG_MICRO_VERSION 5)
63+
set(LIBYANG_MINOR_VERSION 8)
64+
set(LIBYANG_MICRO_VERSION 0)
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)