Skip to content

Commit d1b7c03

Browse files
committed
VERSION bump to version 4.0.0
1 parent 8ea8545 commit d1b7c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ set(CMAKE_MACOSX_RPATH TRUE)
5656
# Generic version of not only the library. Major version is reserved for really big changes of the project,
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.
59-
set(LIBNETCONF2_MAJOR_VERSION 3)
60-
set(LIBNETCONF2_MINOR_VERSION 7)
61-
set(LIBNETCONF2_MICRO_VERSION 10)
59+
set(LIBNETCONF2_MAJOR_VERSION 4)
60+
set(LIBNETCONF2_MINOR_VERSION 0)
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)