RELEASE: This is 1.4.1pre

Actually, 007d9ef773 is but it's never too late
This commit is contained in:
Tarek Soliman 2011-12-02 12:26:58 -06:00
parent bce2fa7c97
commit 523f4af080
13 changed files with 20 additions and 22 deletions

View file

@ -1,4 +1,4 @@
ScummVM-PSP 1.4.0pre README ScummVM-PSP 1.4.1pre README
============================================================================== ==============================================================================
Installation Installation

View file

@ -16,4 +16,4 @@
#define SCUMMVM_REVISION #define SCUMMVM_REVISION
#endif #endif
#define SCUMMVM_VERSION "1.4.0pre" SCUMMVM_REVISION #define SCUMMVM_VERSION "1.4.1pre" SCUMMVM_REVISION

View file

@ -4,7 +4,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.scummvm.scummvm" package="org.scummvm.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@" android:versionCode="@ANDROID_VERSIONCODE@"
android:versionName="1.4.0pre" android:versionName="1.4.1pre"
android:installLocation="preferExternal" android:installLocation="preferExternal"
android:sharedUserId="org.scummvm.scummvm"> android:sharedUserId="org.scummvm.scummvm">
@ -48,8 +48,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-feature android:name="android.hardware.screen.landscape" android:required="false"/>
<!-- Always needs some sort of qwerty keyboard. <!-- Always needs some sort of qwerty keyboard.
Can work with a D-pad / trackball --> Can work with a D-pad / trackball -->
<!-- <uses-configuration android:reqFiveWayNav="true" <!-- <uses-configuration android:reqFiveWayNav="true"

View file

@ -3,7 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.scummvm.scummvm.plugin.@PLUGIN_NAME@" package="org.scummvm.scummvm.plugin.@PLUGIN_NAME@"
android:versionCode="@PLUGIN_VERSION_CODE@" android:versionCode="@PLUGIN_VERSION_CODE@"
android:versionName="1.4.0pre" android:versionName="1.4.1pre"
android:installLocation="preferExternal" android:installLocation="preferExternal"
android:sharedUserId="org.scummvm.scummvm"> android:sharedUserId="org.scummvm.scummvm">

View file

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.4.0pre</string> <string>1.4.1pre</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.4.0pre</string> <string>1.4.1pre</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>icon.png</string> <string>icon.png</string>
<key>CFBundleIconFiles</key> <key>CFBundleIconFiles</key>

View file

@ -1,5 +1,5 @@
product scummvm product scummvm
id "ScummVM 1.4.0pre" id "ScummVM 1.4.1pre"
image sw image sw
id "software" id "software"
version 18 version 18

View file

@ -28,7 +28,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>scummvm</string> <string>scummvm</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>1.4.0pre, Copyright 2001-2011 The ScummVM team</string> <string>1.4.1pre, Copyright 2001-2011 The ScummVM team</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>scummvm.icns</string> <string>scummvm.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
@ -40,9 +40,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.4.0pre</string> <string>1.4.1pre</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.4.0pre</string> <string>1.4.1pre</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>

View file

@ -7,7 +7,7 @@
# Prologue information # Prologue information
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
Name : scummvm-tools Name : scummvm-tools
Version : 1.4.0pre Version : 1.4.1pre
Release : 1 Release : 1
Summary : ScummVM-related tools Summary : ScummVM-related tools
Group : Interpreters Group : Interpreters

View file

@ -7,7 +7,7 @@
# Prologue information # Prologue information
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
Name : scummvm Name : scummvm
Version : 1.4.0pre Version : 1.4.1pre
Release : 1 Release : 1
Summary : Graphic adventure game interpreter Summary : Graphic adventure game interpreter
Group : Interpreters Group : Interpreters

View file

@ -51,8 +51,8 @@ pred.dic FILE "dists/pred.dic"
#endif #endif
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0 FILEVERSION 1,4,1,0
PRODUCTVERSION 1,4,0,0 PRODUCTVERSION 1,4,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG FILEFLAGS VS_FF_DEBUG
@ -69,13 +69,13 @@ BEGIN
BEGIN BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "1.4.0pre\0" VALUE "FileVersion", "1.4.1pre\0"
VALUE "InternalName", "scummvm\0" VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2011 The ScummVM Team\0" VALUE "LegalCopyright", "Copyright © 2001-2011 The ScummVM Team\0"
VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
VALUE "OriginalFilename", "scummvm.exe\0" VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "ProductName", "ScummVM\0" VALUE "ProductName", "ScummVM\0"
VALUE "ProductVersion", "1.4.0pre\0" VALUE "ProductVersion", "1.4.1pre\0"
END END
END END

View file

@ -9,7 +9,7 @@ if [ "$TMP" = "" ]; then
fi fi
PKG=$TMP/package-scummvm PKG=$TMP/package-scummvm
VERSION=1.4.0pre VERSION=1.4.1pre
ARCH=i486 ARCH=i486
BUILD=1 BUILD=1

View file

@ -2,7 +2,7 @@
<app version="1"> <app version="1">
<name>ScummVM</name> <name>ScummVM</name>
<coder>The ScummVM Team</coder> <coder>The ScummVM Team</coder>
<version>1.4.0pre@REVISION@</version> <version>1.4.1pre@REVISION@</version>
<release_date>@TIMESTAMP@</release_date> <release_date>@TIMESTAMP@</release_date>
<short_description>Point &amp; Click Adventures</short_description> <short_description>Point &amp; Click Adventures</short_description>
<long_description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed! <long_description>ScummVM is a program which allows you to run certain classic graphical point-and-click adventure games, provided you already have their data files. The clever part about this: ScummVM just replaces the executables shipped with the games, allowing you to play them on systems for which they were never designed!

View file

@ -72,7 +72,7 @@ Name ScummVM
# General Symbol Definitions # General Symbol Definitions
######################################################################################### #########################################################################################
!define REGKEY "Software\$(^Name)\$(^Name)" !define REGKEY "Software\$(^Name)\$(^Name)"
!define VERSION "1.4.0pre" !define VERSION "1.4.1pre"
!define COMPANY "ScummVM Team" !define COMPANY "ScummVM Team"
!define URL "http://scummvm.org/" !define URL "http://scummvm.org/"
!define DESCRIPTION "ScummVM Installer. Look! A three headed monkey (TM)!" !define DESCRIPTION "ScummVM Installer. Look! A three headed monkey (TM)!"
@ -92,7 +92,7 @@ XPStyle on
#TargetMinimalOS 5.0 ; Minimal version of windows for installer: Windows 2000 or more recent #TargetMinimalOS 5.0 ; Minimal version of windows for installer: Windows 2000 or more recent
; (will build unicode installer with NSIS 2.50+) ; (will build unicode installer with NSIS 2.50+)
VIProductVersion 1.4.0.0 VIProductVersion 1.4.1.0
VIAddVersionKey ProductName $(^Name) VIAddVersionKey ProductName $(^Name)
VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}" VIAddVersionKey CompanyName "${COMPANY}"