mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[libromdata] CMakeLists.txt: Bump the SOVERSION to 6.1.
It's ABI-compatible with 6.0 (using only .so.6, not .so.6.1), but there have been changes since the previous release.
This commit is contained in:
parent
3e853a59da
commit
bd5b649bf3
@ -452,7 +452,7 @@ IF(RP_LIBROMDATA_IS_DLL)
|
||||
ADD_DEFINITIONS(-DRP_BUILDING_FOR_DLL=1)
|
||||
# NOTE: Not using the project version here.
|
||||
# This represents the ABI version.
|
||||
SET(${PROJECT_NAME}_VERSION 6.0)
|
||||
SET(${PROJECT_NAME}_VERSION 6.1)
|
||||
SET(${PROJECT_NAME}_SOVERSION 6)
|
||||
IF(MSVC)
|
||||
# Delay-load sources.
|
||||
|
Loading…
Reference in New Issue
Block a user