Skip to content

Commit

Permalink
Merge pull request hrydgard#4165 from thedax/win32BumpVersionNumbers
Browse files Browse the repository at this point in the history
All platforms: Bump up version numbers to 0.9.5.
  • Loading branch information
hrydgard committed Nov 1, 2013
2 parents 16c7fae + 78b7e52 commit 775915e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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>0.9.1</versionNumber>
<versionNumber>0.9.5</versionNumber>
<buildId>1</buildId>
<description>Playstation portable emulator.</description>

Expand Down
2 changes: 1 addition & 1 deletion Qt/PPSSPP.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.1
Version=0.9.5
Type=Application
Terminal=false
Name=PPSSPP
Expand Down
2 changes: 1 addition & 1 deletion Qt/PPSSPP.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TARGET = PPSSPPQt
VERSION = 0.9.1
VERSION = 0.9.5

# Main Qt modules
QT += core gui opengl
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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:versionCode="91"
android:versionName="0.9.1"
android:versionCode="95"
android:versionName="0.9.5"
android:installLocation="auto" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18"/>
Expand Down

0 comments on commit 775915e

Please sign in to comment.