Skip to content

Commit

Permalink
build UPDATE move base ABI version
Browse files Browse the repository at this point in the history
Plugins ext API was changed, its version increased.
  • Loading branch information
michalvasko committed Sep 5, 2024
1 parent a6bab1e commit 089145e
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 @@ -472,7 +472,7 @@ endif()

# generate API/ABI report
if("${BUILD_TYPE_UPPER}" STREQUAL "ABICHECK")
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} 708a8bfad983a4095c8d4dc537a9d2a1d5ca65c5)
lib_abi_check(yang "${headers}" ${LIBYANG_SOVERSION_FULL} a6bab1eb610325c316affb0f9a10737a36883a51)
endif()

# source code format target for Makefile
Expand Down

0 comments on commit 089145e

Please sign in to comment.