Skip to content

Commit

Permalink
build UPDATE abi base version
Browse files Browse the repository at this point in the history
Keep some NBC changes in the current SO version
since it is still in devel.
  • Loading branch information
michalvasko committed Dec 6, 2023
1 parent dce0b1a commit e9ed02e
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} cfc6809f914a811c01af14f3f8c848cc4f251100)
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3a7bfeb45f6d82aaf7a9c540d52a28690193b765)
endif()

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

0 comments on commit e9ed02e

Please sign in to comment.