Skip to content

Commit 69d6798

Browse files
committed
abicheck UPDATE move base version
Specific pointers were changed to void *, cannot cause any real issues.
1 parent 898f18c commit 69d6798

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
@@ -381,7 +381,7 @@ endif()
381381

382382
# generate API/ABI report
383383
if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
384-
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311)
384+
lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 4b8094fb04a721325c08faeaa1ebdb73e40a01bc)
385385
endif()
386386

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

0 commit comments

Comments
 (0)