Skip to content

Commit 775915e

Browse files
committed
Merge pull request #4165 from thedax/win32BumpVersionNumbers
All platforms: Bump up version numbers to 0.9.5.
2 parents 16c7fae + 78b7e52 commit 775915e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Blackberry/bar-descriptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.Qtness.PPSSPP</id>
44
<name>PPSSPP</name>
55
<filename>PPSSPPBlackberry</filename>
6-
<versionNumber>0.9.1</versionNumber>
6+
<versionNumber>0.9.5</versionNumber>
77
<buildId>1</buildId>
88
<description>Playstation portable emulator.</description>
99

Qt/PPSSPP.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Encoding=UTF-8
3-
Version=0.9.1
3+
Version=0.9.5
44
Type=Application
55
Terminal=false
66
Name=PPSSPP

Qt/PPSSPP.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TARGET = PPSSPPQt
2-
VERSION = 0.9.1
2+
VERSION = 0.9.5
33

44
# Main Qt modules
55
QT += core gui opengl

Windows/version.rc

0 Bytes
Binary file not shown.

android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.ppsspp.ppsspp"
4-
android:versionCode="91"
5-
android:versionName="0.9.1"
4+
android:versionCode="95"
5+
android:versionName="0.9.5"
66
android:installLocation="auto" >
77

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

0 commit comments

Comments
 (0)