mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ALL: upgrade version number for master
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
Known bugs in ResidualVM 0.2.0:
|
||||
Known bugs in ResidualVM 0.3.0git:
|
||||
* Running fullscreen in widescreen monitors will stretch the image
|
||||
* Switching full-screen/windowed with alt-enter might crash ResidualVM
|
||||
* Characters might pop into place at times
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
|
||||
0.2.0 (2014-XX-XX)
|
||||
0.3.0 (2015-XX-XX)
|
||||
|
||||
- ...
|
||||
|
||||
0.2.0 (2014-12-XX)
|
||||
|
||||
- ...
|
||||
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
#define SCUMMVM_REVISION
|
||||
#endif
|
||||
|
||||
#define SCUMMVM_VERSION "0.2.0git" SCUMMVM_REVISION
|
||||
#define SCUMMVM_VERSION "0.3.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.2.0git"
|
||||
android:versionName="0.3.0git"
|
||||
android:sharedUserId="org.residualvm.residualvm">
|
||||
|
||||
<uses-sdk android:minSdkVersion="12"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
residualvm (0.2.0~git-1) unstable; urgency=low
|
||||
residualvm (0.3.0~git-1) unstable; urgency=low
|
||||
|
||||
* Daily snapshot build.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
product residualvm
|
||||
id "ResidualVM 0.2.0git"
|
||||
id "ResidualVM 0.3.0git"
|
||||
image sw
|
||||
id "software"
|
||||
version 18
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>residualvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.2.0git, Copyright 2003-2014 The ResidualVM Team</string>
|
||||
<string>0.3.0git, Copyright 2003-2014 The ResidualVM Team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>residualvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -21,9 +21,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.0git</string>
|
||||
<string>0.3.0git</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.2.0git</string>
|
||||
<string>0.3.0git</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# Prologue information
|
||||
#------------------------------------------------------------------------------
|
||||
Name : residualvm
|
||||
Version : 0.2.0git
|
||||
Version : 0.3.0git
|
||||
Release : 1
|
||||
Summary : Interpreter for several 3D games
|
||||
Group : Amusements/Games
|
||||
|
||||
+4
-4
@@ -19,8 +19,8 @@ translations.dat FILE "gui/themes/translations.dat"
|
||||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,2,0,0
|
||||
PRODUCTVERSION 0,2,0,0
|
||||
FILEVERSION 0,3,0,0
|
||||
PRODUCTVERSION 0,3,0,0
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS VS_FF_DEBUG
|
||||
@@ -37,12 +37,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Comments", "\0"
|
||||
VALUE "FileDescription", "http://www.residualvm.org/\0"
|
||||
VALUE "FileVersion", "0.2.0git\0"
|
||||
VALUE "FileVersion", "0.3.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.2.0git\0"
|
||||
VALUE "ProductVersion", "0.3.0git\0"
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ if [ "$TMP" = "" ]; then
|
||||
fi
|
||||
PKG=$TMP/package-residualvm
|
||||
|
||||
VERSION=0.2.0git
|
||||
VERSION=0.3.0git
|
||||
ARCH=i486
|
||||
BUILD=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user