Skip to content

Commit

Permalink
Update version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Feb 26, 2015
1 parent 0a43d15 commit 8c8e5de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Blackberry/bar-descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.Qtness.PPSSPP</id>
<name>PPSSPP</name>
<filename>PPSSPPBlackberry</filename>
<versionNumber>1.0.0</versionNumber>
<versionNumber>1.0.1</versionNumber>
<buildId>1</buildId>
<description>Playstation Portable emulator.</description>

Expand Down
2 changes: 1 addition & 1 deletion Qt/Settings.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.0.0
VERSION = 1.0.1.0
DEFINES += USING_QT_UI USE_FFMPEG

# Global specific
Expand Down
Binary file modified Windows/version.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
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="1000"
android:versionName="1.0.0.0" >
android:versionCode="1010"
android:versionName="1.0.1.0" >

<uses-sdk
android:minSdkVersion="9"
Expand Down

0 comments on commit 8c8e5de

Please sign in to comment.