Update version numbers to 1.1.1

This commit is contained in:
Henrik Rydgard 2015-10-12 19:57:19 +02:00
parent 1950e4c6f4
commit 91e576449f
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>PPSSPPBlackberry</filename>
<versionNumber>1.1.0</versionNumber>
<versionNumber>1.1.1</versionNumber>
<buildId>1</buildId>
<description>Playstation Portable emulator.</description>

View File

@ -1,4 +1,4 @@
VERSION = 1.1.0.0
VERSION = 1.1.1.0
DEFINES += USING_QT_UI USE_FFMPEG
exists( /usr/include/snappy-c.h ) {

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="1100"
android:versionName="1.1.0.0">
android:versionCode="1110"
android:versionName="1.1.1.0">
<uses-sdk
android:minSdkVersion="9"