From 8310d27d7f9294e1838847022743788d74f6e176 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 23 Jun 2013 20:10:00 +0200 Subject: [PATCH] Bump version numbers --- Windows/ppsspp.rc | 6 +++--- android/AndroidManifest.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Windows/ppsspp.rc b/Windows/ppsspp.rc index 277d7a53c23b..6b5528c9de00 100644 --- a/Windows/ppsspp.rc +++ b/Windows/ppsspp.rc @@ -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" @@ -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 diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 6637a865153b..bf49832017d9 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,8 +1,8 @@