Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kichikuou committed Dec 21, 2024
1 parent a7d4e32 commit 78da768
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.1 - 2024-12-21
- Fixed an issue where post-load messages were not displayed in some games
- Fixed a graphic issue in the underground passage in Intruder (#31)
- Fixed various issues in 走り女II (#32)

## 1.2.0 - 2024-12-06
- Windows: `Message` -> `Auto Copy to Clipboard` menu command has been added.
When enabled, in-game text will be copied to the clipboard automatically. This
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 34
versionCode 13
versionName "1.2.0" + gitRevision()
versionCode 14
versionName "1.2.1" + gitRevision()
externalNativeBuild {
cmake {
arguments "-DANDROID_APP_PLATFORM=android-19", "-DANDROID_STL=c++_static"
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef _COMMON_H_
#define _COMMON_H_

#define SYSTEM3_VERSION "1.2.0"
#define SYSTEM3_VERSION "1.2.1"

#include <SDL.h>
#include <assert.h>
Expand Down

0 comments on commit 78da768

Please sign in to comment.