Skip to content

Commit a11ddd9

Browse files
committed
VERSION bump to version 2.0.0
1 parent e7e38a5 commit a11ddd9

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
@@ -49,9 +49,9 @@ endif()
4949
# Generic version of not only the library. Major version is reserved for really big changes of the project,
5050
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
5151
# micro version is changed with a set of small changes or bugfixes anywhere in the project.
52-
set(LIBNETCONF2_MAJOR_VERSION 1)
53-
set(LIBNETCONF2_MINOR_VERSION 1)
54-
set(LIBNETCONF2_MICRO_VERSION 45)
52+
set(LIBNETCONF2_MAJOR_VERSION 2)
53+
set(LIBNETCONF2_MINOR_VERSION 0)
54+
set(LIBNETCONF2_MICRO_VERSION 0)
5555
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
5656

5757
# Version of the library

0 commit comments

Comments
 (0)