mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update version number to 1.0.1
This commit is contained in:
parent
0a43d150a6
commit
8c8e5de89d
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
<id>com.Qtness.PPSSPP</id>
|
<id>com.Qtness.PPSSPP</id>
|
||||||
<name>PPSSPP</name>
|
<name>PPSSPP</name>
|
||||||
<filename>PPSSPPBlackberry</filename>
|
<filename>PPSSPPBlackberry</filename>
|
||||||
<versionNumber>1.0.0</versionNumber>
|
<versionNumber>1.0.1</versionNumber>
|
||||||
<buildId>1</buildId>
|
<buildId>1</buildId>
|
||||||
<description>Playstation Portable emulator.</description>
|
<description>Playstation Portable emulator.</description>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 1.0.0.0
|
VERSION = 1.0.1.0
|
||||||
DEFINES += USING_QT_UI USE_FFMPEG
|
DEFINES += USING_QT_UI USE_FFMPEG
|
||||||
|
|
||||||
# Global specific
|
# Global specific
|
||||||
|
|
Binary file not shown.
|
@ -2,8 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.ppsspp.ppsspp"
|
package="org.ppsspp.ppsspp"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="1000"
|
android:versionCode="1010"
|
||||||
android:versionName="1.0.0.0" >
|
android:versionName="1.0.1.0" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="9"
|
android:minSdkVersion="9"
|
||||||
|
|
Loading…
Add table
Reference in a new issue