Merge pull request #4165 from thedax/win32BumpVersionNumbers

All platforms: Bump up version numbers to 0.9.5.
This commit is contained in:
Henrik Rydgård 2013-11-01 04:38:12 -07:00
commit 775915e523
5 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.1
Version=0.9.5
Type=Application
Terminal=false
Name=PPSSPP

View File

@ -1,5 +1,5 @@
TARGET = PPSSPPQt
VERSION = 0.9.1
VERSION = 0.9.5
# Main Qt modules
QT += core gui opengl

Binary file not shown.

View File

@ -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"/>