From 69d679850b05fbe61301c59e7784d142926e41be Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 14 May 2024 11:41:37 +0200 Subject: [PATCH] abicheck UPDATE move base version Specific pointers were changed to void *, cannot cause any real issues. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f947cd3..2e1a14c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -381,7 +381,7 @@ endif() # generate API/ABI report if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK") - lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 3e3a2d11ebb3b76ef9bb6bb46f28832609acc311) + lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 4b8094fb04a721325c08faeaa1ebdb73e40a01bc) endif() # source files to be covered by the 'format' target and a test with 'format-check' target