This is 0.14.0svn
svn-id: r35927
This commit is contained in:
parent
757a28909c
commit
98ba7247b1
4 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
||||||
#define SCUMMVM_VERSION "0.13.0svn"
|
#define SCUMMVM_VERSION "0.14.0svn"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# Prologue information
|
# Prologue information
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
Name : scummvm
|
Name : scummvm
|
||||||
Version : 0.13.0svn
|
Version : 0.14.0svn
|
||||||
Release : 1
|
Release : 1
|
||||||
Summary : Graphic adventure game interpreter
|
Summary : Graphic adventure game interpreter
|
||||||
Group : Interpreters
|
Group : Interpreters
|
||||||
|
|
|
@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "../../icons/scummvm.ico"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,13,0,0
|
FILEVERSION 0,14,0,0
|
||||||
PRODUCTVERSION 0,13,0,0
|
PRODUCTVERSION 0,14,0,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -25,13 +25,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", "0.13.0svn\0"
|
VALUE "FileVersion", "0.14.0svn\0"
|
||||||
VALUE "InternalName", "scummvm\0"
|
VALUE "InternalName", "scummvm\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 2001-2008 The ScummVM Team\0"
|
VALUE "LegalCopyright", "Copyright © 2001-2008 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", "0.13.0svn\0"
|
VALUE "ProductVersion", "0.14.0svn\0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -8,7 +8,7 @@ if [ "$TMP" = "" ]; then
|
||||||
fi
|
fi
|
||||||
PKG=$TMP/package-scummvm
|
PKG=$TMP/package-scummvm
|
||||||
|
|
||||||
VERSION=0.13.0svn
|
VERSION=0.14.0svn
|
||||||
ARCH=i486
|
ARCH=i486
|
||||||
BUILD=1
|
BUILD=1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue