Skip to content

Commit 96a0cb5

Browse files
committed
build UPDATE base ABI check version moved
It should be compatible.
1 parent a6cb5a4 commit 96a0cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ endif()
634634

635635
# generate API/ABI report
636636
if("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
637-
lib_abi_check(sysrepo "${LIB_MAIN_HEADERS};${LIB_UTIL_HEADERS}" ${SYSREPO_SOVERSION_FULL} d5276ea67a657d8a39f0770a4e5b0993d53ddc5a)
637+
lib_abi_check(sysrepo "${LIB_MAIN_HEADERS};${LIB_UTIL_HEADERS}" ${SYSREPO_SOVERSION_FULL} 9c45e6ecad42da0dbe6b618da5d1d1d091258047)
638638
endif()
639639

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

0 commit comments

Comments
 (0)