Skip to content

Commit

Permalink
Update version to 0.9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 15, 2014
1 parent 21f9e75 commit aafdd67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Blackberry/bar-descriptor.xml
Expand Up @@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>PPSSPPBlackberry</filename>
<versionNumber>0.9.7</versionNumber>
<versionNumber>0.9.7.1</versionNumber>

This comment has been minimized.

Copy link
@xsacha

xsacha Feb 17, 2014

Collaborator

This stopped Blackberry from building :(
It seems it can not deal with more than 3 numbers in version

This comment has been minimized.

Copy link
@unknownbrackets

unknownbrackets Feb 17, 2014

Collaborator

Ugh. Should we do 0.9.71 or something? Does it need to compare >?

-[Unknown]

This comment has been minimized.

Copy link
@xsacha

xsacha Feb 17, 2014

Collaborator

It will say that 0.9.71 is newer than 0.9.8 but it shouldn't matter.
Nothing stops you downgrading.

This comment has been minimized.

Copy link
@unknownbrackets

unknownbrackets Feb 17, 2014

Collaborator

Unless we remember (which we will definitely forget) and use 0.9.80.

-[Unknown]

<buildId>1</buildId>
<description>Playstation Portable emulator.</description>

Expand Down
2 changes: 1 addition & 1 deletion Qt/PPSSPP.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.7
Version=0.9.7.1
Type=Application
Terminal=false
Name=PPSSPP
Expand Down
6 changes: 3 additions & 3 deletions android/AndroidManifest.xml
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="970"
android:versionName="0.9.7" >
android:versionCode="971"
android:versionName="0.9.7.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down Expand Up @@ -60,4 +60,4 @@
android:resource="@drawable/ic_launcher" />
</application>

</manifest>
</manifest>

0 comments on commit aafdd67

Please sign in to comment.