Skip to content

Commit 2a9f676

Browse files
committed
VERSION bump to verson 4.5.0
1 parent d932760 commit 2a9f676

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
@@ -58,8 +58,8 @@ set(CMAKE_MACOSX_RPATH TRUE)
5858
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
5959
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
6060
set(LIBNETCONF2_MAJOR_VERSION 4)
61-
set(LIBNETCONF2_MINOR_VERSION 4)
62-
set(LIBNETCONF2_MICRO_VERSION 18)
61+
set(LIBNETCONF2_MINOR_VERSION 5)
62+
set(LIBNETCONF2_MICRO_VERSION 0)
6363
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6464

6565
# Version of the library

0 commit comments

Comments
 (0)