Version 2.19.1

This commit is contained in:
kichikuou
2026-08-02 12:41:18 +09:00
parent 0d49619366
commit 50a6b17c5e
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog
## 2.19.1 - 2026-08-02
- Fixed an issue that prevented moving upward during battles in Rance 4.
## 2.19.0 - 2026-07-19
- Replaced the GTK-based popup menu and dialogs with a pure-SDL implementation.
- On Android, the popup menu opens with a three-finger tap.
+1 -1
View File
@@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99)
enable_testing()
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
set(XSYSTEM35_VERSION "2.19.0")
set(XSYSTEM35_VERSION "2.19.1")
include(CheckSymbolExists)
include(FetchContent)
+1 -1
View File
@@ -17,7 +17,7 @@ android {
minSdkVersion 21
targetSdkVersion 34
versionCode 36
versionName "2.19.0" + gitRevision()
versionName "2.19.1" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"