CHANGES: Update for 0.10.5

This commit is contained in:
Vicki Pfau 2025-03-08 19:09:26 -08:00
parent b9b090c566
commit 26b7884bc2
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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")