Skip to content

Commit d5190b8

Browse files
committed
VERSION bump to version 5.3.0
1 parent 95b2021 commit d5190b8

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

6464
# Version of the library

0 commit comments

Comments
 (0)