Version 2.15.1

This commit is contained in:
kichikuou
2025-05-14 15:06:20 +09:00
parent ec071d4e8a
commit 6c692e44e5
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
## 2.15.1 - 2024-05-14
- Fixed a text rendering issue in Rance 5D (#66)
## 2.15.0 - 2024-04-21
- Fixed color palette bug introduced in v2.14.2.
- Fixed uncancellable message waiting mode.
+1 -1
View File
@@ -10,7 +10,7 @@ set(CMAKE_C_STANDARD 99)
enable_testing()
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
set(XSYSTEM35_VERSION "2.15.0")
set(XSYSTEM35_VERSION "2.15.1")
include(CheckSymbolExists)
include(FetchContent)
+2 -2
View File
@@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 33
versionName "2.15.0" + gitRevision()
versionCode 34
versionName "2.15.1" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"