mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
RELEASE: This is 0.4.0git
This commit is contained in:
parent
a7e4c6d748
commit
c8ab82a36a
@ -16,4 +16,4 @@
|
||||
#define SCUMMVM_REVISION
|
||||
#endif
|
||||
|
||||
#define SCUMMVM_VERSION "0.3.0git" SCUMMVM_REVISION
|
||||
#define SCUMMVM_VERSION "0.4.0git" SCUMMVM_REVISION
|
||||
|
@ -4,7 +4,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.residualvm.residualvm"
|
||||
android:versionCode="1000"
|
||||
android:versionName="0.3.0git"
|
||||
android:versionName="0.4.0git"
|
||||
android:sharedUserId="org.residualvm.residualvm">
|
||||
|
||||
<uses-sdk android:minSdkVersion="12"
|
||||
|
@ -1,5 +1,5 @@
|
||||
product residualvm
|
||||
id "ResidualVM 0.3.0git"
|
||||
id "ResidualVM 0.4.0git"
|
||||
image sw
|
||||
id "software"
|
||||
version 18
|
||||
|
@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.3.0git, Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<string>0.4.0git, Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -45,9 +45,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.0git</string>
|
||||
<string>0.4.0git</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.3.0git</string>
|
||||
<string>0.4.0git</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2003-2017 The ResidualVM Team</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.0git</string>
|
||||
<string>0.4.0git</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.3.0git</string>
|
||||
<string>0.4.0git</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2003-2016 The ResidualVM Team</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -7,7 +7,7 @@
|
||||
# Prologue information
|
||||
#------------------------------------------------------------------------------
|
||||
Name : residualvm
|
||||
Version : 0.3.0git
|
||||
Version : 0.4.0git
|
||||
Release : 1
|
||||
Summary : Interpreter for several 3D games
|
||||
Group : Amusements/Games
|
||||
|
@ -67,8 +67,8 @@ shaders/stark_fade.vertex FILE "engines/stark/shaders/stark_fade.verte
|
||||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,3,0,0
|
||||
PRODUCTVERSION 0,3,0,0
|
||||
FILEVERSION 0,4,0,0
|
||||
PRODUCTVERSION 0,4,0,0
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
@ -86,12 +86,12 @@ BEGIN
|
||||
VALUE "Comments", "\0"
|
||||
VALUE "CompanyName", "residualvm.org\0"
|
||||
VALUE "FileDescription", "http://www.residualvm.org/\0"
|
||||
VALUE "FileVersion", "0.3.0git\0"
|
||||
VALUE "FileVersion", "0.4.0git\0"
|
||||
VALUE "InternalName", "residualvm\0"
|
||||
VALUE "LegalCopyright", "Copyrights information are in AUTHORS file\0"
|
||||
VALUE "OriginalFilename", "residualvm.exe\0"
|
||||
VALUE "ProductName", "ResidualVM\0"
|
||||
VALUE "ProductVersion", "0.3.0git\0"
|
||||
VALUE "ProductVersion", "0.4.0git\0"
|
||||
END
|
||||
END
|
||||
|
||||
|
@ -9,7 +9,7 @@ if [ "$TMP" = "" ]; then
|
||||
fi
|
||||
PKG=$TMP/package-residualvm
|
||||
|
||||
VERSION=0.3.0git
|
||||
VERSION=0.4.0git
|
||||
ARCH=i486
|
||||
BUILD=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user