mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Bump version numbers for 0.9.7 release.
This commit is contained in:
parent
3b2d61af09
commit
f6e6b54f2a
4 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<id>com.Qtness.PPSSPP</id>
|
||||
<name>PPSSPP</name>
|
||||
<filename>PPSSPPBlackberry</filename>
|
||||
<versionNumber>0.9.6</versionNumber>
|
||||
<versionNumber>0.9.7</versionNumber>
|
||||
<buildId>1</buildId>
|
||||
<description>Playstation Portable emulator.</description>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.6
|
||||
Version=0.9.7
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Name=PPSSPP
|
||||
|
|
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.ppsspp.ppsspp"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="97"
|
||||
android:versionName="0.9.6" >
|
||||
android:versionCode="970"
|
||||
android:versionName="0.9.7" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
Loading…
Add table
Reference in a new issue