Skip to content

Commit

Permalink
abi check UPDATE base version needs to support libyang v3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 27, 2024
1 parent b98398c commit 54a0db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ gen_doc("${doxy_files}" ${LIBNETCONF2_VERSION} ${LIBNETCONF2_DESCRIPTION} "")

# generate API/ABI report
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3a7bfeb45f6d82aaf7a9c540d52a28690193b765)
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311)
endif()

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

0 comments on commit 54a0db1

Please sign in to comment.