Skip to content

Commit

Permalink
Update version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 7, 2021
1 parent ed8188e commit 76a568a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ For game compatibility, see [community compatibility feedback](https://report.pp

What's new in 1.11.0
====================
There's really too much to list this time.
* Lots of minor bug fixes, crash fixes, and performance fixes and improvements.
* New Browse... button to allow opening SD cards on Android 11
* Countless AdHoc networking fixes by ANR2ME, for example Dragon Ball Shin Budokai, PowerStone,
Expand All @@ -54,7 +53,7 @@ There's really too much to list this time.
* Support for loading game-specific plugins ([#13335])
* Fixed Assassin's Creed: Bloodlines Save issue on Android ([#12761])
* Hanayaka Nari Wa ga Ichizoku: mono voices fixed ([#5213])
* Fixed games:
* Additional fixed games:
* Namco Museum - Battle Collection, Vol 2 ([#9523], [#13297], [#13298])
* Dream Club Portable (graphics bugs, GL and Vulkan) ([#6025])
* Capcom Classic Collection Reloaded (stuck in return game) ([#4671])
Expand Down
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="110030000"
android:versionName="1.10.3.0">
android:versionCode="111000000"
android:versionName="1.11.0.0">
<!-- Note that versionCode should be in the format xyyzzrrrr. Example: 110030000 -->
<!-- In this same case, versionName should be 1.10.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->
Expand Down

0 comments on commit 76a568a

Please sign in to comment.