We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e38a5 commit a11ddd9Copy full SHA for a11ddd9
CMakeLists.txt
@@ -49,9 +49,9 @@ endif()
49
# Generic version of not only the library. Major version is reserved for really big changes of the project,
50
# minor version changes with added functionality (new tool, functionality of the tool or library, ...) and
51
# 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)
+set(LIBNETCONF2_MAJOR_VERSION 2)
+set(LIBNETCONF2_MINOR_VERSION 0)
+set(LIBNETCONF2_MICRO_VERSION 0)
55
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
56
57
# Version of the library
0 commit comments