From 88e358afc82d144fc066a3c59b7e7001e7196618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 28 May 2018 18:47:10 +0200 Subject: [PATCH] Update to 1.6.1 --- README.md | 5 +++++ android/AndroidManifest.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5ec913e4..e4651a678e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ 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.6.1 +------------------- +* Crashfixes +* Fix broken graphics in flOw. + What's new in 1.6.0 ------------------- * OpenGL backend now properly multithreaded, giving a good speed boost. diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index adbf32f9de..256df60c9b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="16010000" + android:versionName="1.6.1.0">