From 7f28415a80260fef5ee2ee4c0de0579d54c94c28 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Thu, 4 Jul 2024 09:12:01 +0200 Subject: [PATCH] cmake UPDATE move base ABI version Despite only making some parameters unused, abi-check complained. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c2cd29b..c65621d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -387,7 +387,7 @@ endif() # generate API/ABI report if ("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK") - lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 4b8094fb04a721325c08faeaa1ebdb73e40a01bc) + lib_abi_check(netconf2 "${headers}" ${LIBNETCONF2_SOVERSION_FULL} 15fbc59efa5e6f1f7bea19ab561d03f8852caabb) endif() # source files to be covered by the 'format' target and a test with 'format-check' target