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 1708371 commit 272cefeCopy full SHA for 272cefe
CMakeLists.txt
@@ -62,7 +62,7 @@ set(LIBNETCONF2_MICRO_VERSION 3)
62
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
63
64
# Version of the library
65
-# Major version is changed with every backward non-compatible API/ABI change in libyang, minor version changes
+# Major version is changed with every backward non-compatible API/ABI change in the library, minor version changes
66
# with backward compatible change and micro version is connected with any internal change of the library.
67
set(LIBNETCONF2_MAJOR_SOVERSION 4)
68
set(LIBNETCONF2_MINOR_SOVERSION 4)
0 commit comments