Skip to content

Commit 76a568a

Browse files
committed
Update version to 1.11
1 parent ed8188e commit 76a568a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ For game compatibility, see [community compatibility feedback](https://report.pp
2727

2828
What's new in 1.11.0
2929
====================
30-
There's really too much to list this time.
3130
* Lots of minor bug fixes, crash fixes, and performance fixes and improvements.
3231
* New Browse... button to allow opening SD cards on Android 11
3332
* Countless AdHoc networking fixes by ANR2ME, for example Dragon Ball Shin Budokai, PowerStone,
@@ -54,7 +53,7 @@ There's really too much to list this time.
5453
* Support for loading game-specific plugins ([#13335])
5554
* Fixed Assassin's Creed: Bloodlines Save issue on Android ([#12761])
5655
* Hanayaka Nari Wa ga Ichizoku: mono voices fixed ([#5213])
57-
* Fixed games:
56+
* Additional fixed games:
5857
* Namco Museum - Battle Collection, Vol 2 ([#9523], [#13297], [#13298])
5958
* Dream Club Portable (graphics bugs, GL and Vulkan) ([#6025])
6059
* Capcom Classic Collection Reloaded (stuck in return game) ([#4671])

android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.ppsspp.ppsspp"
44
android:installLocation="auto"
5-
android:versionCode="110030000"
6-
android:versionName="1.10.3.0">
5+
android:versionCode="111000000"
6+
android:versionName="1.11.0.0">
77
<!-- Note that versionCode should be in the format xyyzzrrrr. Example: 110030000 -->
88
<!-- In this same case, versionName should be 1.10.3.0 -->
99
<!-- Also note that we are overriding these values anyway from gradle. -->

0 commit comments

Comments
 (0)