Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jun 23, 2013
1 parent 88e67c7 commit 8310d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Windows/ppsspp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ BEGIN
VALUE "Comments", "PPSSPP PSP emulator"
VALUE "CompanyName", "Henrik Rydgård Inc."
VALUE "FileDescription", "PPSSPP"
VALUE "FileVersion", "1, 0, 5, 0"
VALUE "FileVersion", "1, 0, 8, 0"
VALUE "InternalName", "s"
VALUE "LegalCopyright", "Copyright (C) 2006-2013 by Henrik Rydgård"
VALUE "LegalTrademarks", "All product names are trademarks of their respective owners."
VALUE "OriginalFilename", "PPSSPP.exe"
VALUE "ProductName", "PPSSPP"
VALUE "ProductVersion", "1, 0, 5, 0"
VALUE "ProductVersion", "1, 0, 8, 0"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -167,7 +167,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
DEFPUSHBUTTON "OK",IDOK,243,140,50,14
ICON IDI_PPSSPP,IDC_STATIC,10,9,21,20
LTEXT "PPSSPP v0.7.0",IDC_VERSION,40,8,127,9
LTEXT "PPSSPP v0.8",IDC_VERSION,40,8,127,9
LTEXT "Copyright (c) by Henrik Rydgard && the PPSSPP project 2012-",IDC_STATIC,40,33,253,8
LTEXT "All trademarks are property of their respective owners.\nThe emulator is for educational and development purposes only and it may not be used to play games you do not legally own.",IDC_STATIC,40,102,253,24
LTEXT "PSP emulator and debugger",IDC_STATIC,40,19,253,8
Expand Down
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="76"
android:versionName="0.7.6"
android:versionCode="80"
android:versionName="0.8"
android:installLocation="auto" >

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

1 comment on commit 8310d27

@Nurlan333
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For symbian very bad :(

Please sign in to comment.