Merge branch 'version-bump' of github.com:thedax/ppsspp into thedax-version-bump

This commit is contained in:
Henrik Rydgard 2014-07-22 16:14:59 +02:00
commit b421e29391
4 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>0.9.80</versionNumber>
<versionNumber>0.9.90</versionNumber>
<buildId>1</buildId>
<description>Playstation Portable emulator.</description>

View File

@ -1,4 +1,4 @@
VERSION = 0.9.8
VERSION = 0.9.9
DEFINES += USING_QT_UI USE_FFMPEG
# Global specific

Binary file not shown.

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="980"
android:versionName="0.9.8" >
android:versionCode="990"
android:versionName="0.9.9" >
<uses-sdk
android:minSdkVersion="9"