Update readme for 1.7.3

This commit is contained in:
Henrik Rydgård 2018-11-23 16:05:31 +01:00
parent 2a65f224e6
commit a59019a43a
2 changed files with 13 additions and 2 deletions

View File

@ -23,6 +23,17 @@ For build instructions and other development tutorials, see [the wiki](https://g
For game compatibility, see [community compatibility feedback](https://report.ppsspp.org/games).
What's new in 1.7.3
-------------------
* Attempted fixes for a couple of common crashes
* Reverted immersive mode change temporarily to see if it helps misaligned buttons
* Change default adhoc server address
What's new in 1.7.2
-------------------
* Update text of "Buy PPSSPP Gold" button
What's new in 1.7.1
-------------------
* Minor crashfixes, lang updates

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="17030000"
android:versionName="1.7.3.0">
android:versionCode="17030001"
android:versionName="1.7.3.1">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
<!-- In this same case, versionName should be 1.6.3.0 -->