Skip to content

Commit 272cefe

Browse files
romanmichalvasko
authored andcommitted
cmake UPDATE s/libyang/library
1 parent 1708371 commit 272cefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ set(LIBNETCONF2_MICRO_VERSION 3)
6262
set(LIBNETCONF2_VERSION ${LIBNETCONF2_MAJOR_VERSION}.${LIBNETCONF2_MINOR_VERSION}.${LIBNETCONF2_MICRO_VERSION})
6363

6464
# Version of the library
65-
# Major version is changed with every backward non-compatible API/ABI change in libyang, minor version changes
65+
# Major version is changed with every backward non-compatible API/ABI change in the library, minor version changes
6666
# with backward compatible change and micro version is connected with any internal change of the library.
6767
set(LIBNETCONF2_MAJOR_SOVERSION 4)
6868
set(LIBNETCONF2_MINOR_SOVERSION 4)

0 commit comments

Comments
 (0)