Skip to content

Commit 54a0db1

Browse files
committed
abi check UPDATE base version needs to support libyang v3
1 parent b98398c commit 54a0db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ gen_doc("${doxy_files}" ${LIBNETCONF2_VERSION} ${LIBNETCONF2_DESCRIPTION} "")
352352

353353
# generate API/ABI report
354354
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
355-
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3a7bfeb45f6d82aaf7a9c540d52a28690193b765)
355+
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311)
356356
endif()
357357

358358
# source files to be covered by the 'format' target and a test with 'format-check' target

0 commit comments

Comments
 (0)