mirror of https://github.com/mgba-emu/mgba.git
CHANGES: Update for 0.10.5
This commit is contained in:
parent
b9b090c566
commit
26b7884bc2
2
CHANGES
2
CHANGES
|
@ -1,4 +1,4 @@
|
|||
0.10.5: (Future)
|
||||
0.10.5: (2025-03-08)
|
||||
Other fixes:
|
||||
- ARM Debugger: Fix disassembly of ror r0 barrel shift (fixes mgba.io/i/3412)
|
||||
- FFmpeg: Fix failing to record videos with CRF video (fixes mgba.io/i/3368)
|
||||
|
|
|
@ -3,7 +3,7 @@ if(NOT PROJECT_NAME)
|
|||
endif()
|
||||
set(LIB_VERSION_MAJOR 0)
|
||||
set(LIB_VERSION_MINOR 10)
|
||||
set(LIB_VERSION_PATCH 4)
|
||||
set(LIB_VERSION_PATCH 5)
|
||||
set(LIB_VERSION_ABI 0.10)
|
||||
set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
|
||||
set(SUMMARY "${PROJECT_NAME} Game Boy Advance Emulator")
|
||||
|
|
Loading…
Reference in New Issue