mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Update version numbers to 1.2.0
This commit is contained in:
parent
951c79f6c3
commit
09e558c74b
@ -3,7 +3,7 @@
|
||||
<id>com.Qtness.PPSSPP</id>
|
||||
<name>PPSSPP</name>
|
||||
<filename>PPSSPPBlackberry</filename>
|
||||
<versionNumber>1.1.1</versionNumber>
|
||||
<versionNumber>1.2.0</versionNumber>
|
||||
<buildId>1</buildId>
|
||||
<description>Playstation Portable emulator.</description>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION = 1.1.1.0
|
||||
VERSION = 1.2.0.0
|
||||
DEFINES += USING_QT_UI USE_FFMPEG
|
||||
|
||||
exists( /usr/include/snappy-c.h ) {
|
||||
|
@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1110"
|
||||
android:versionName="1.1.1.0">
|
||||
android:versionCode="1200"
|
||||
android:versionName="1.2.0.0">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="9"
|
||||
|
Loading…
Reference in New Issue
Block a user