mirror of https://github.com/mgba-emu/mgba.git
All: Increment ABI and version number for the future
This commit is contained in:
parent
1b6389164c
commit
16bf77659f
|
@ -61,9 +61,9 @@ endfunction()
|
|||
|
||||
# Version information
|
||||
set(LIB_VERSION_MAJOR 0)
|
||||
set(LIB_VERSION_MINOR 1)
|
||||
set(LIB_VERSION_MINOR 2)
|
||||
set(LIB_VERSION_PATCH 0)
|
||||
set(LIB_VERSION_ABI 0.1)
|
||||
set(LIB_VERSION_ABI 0.2)
|
||||
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
|
||||
|
||||
# Advanced settings
|
||||
|
|
Loading…
Reference in New Issue