ALL: upgrade version number for master

This commit is contained in:
Pawel Kolodziejski
2014-12-21 13:22:37 +01:00
parent 73c9fda2e5
commit f727e0966d
10 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -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
+5 -1
View File
@@ -1,5 +1,9 @@
0.2.0 (2014-XX-XX)
0.3.0 (2015-XX-XX)
- ...
0.2.0 (2014-12-XX)
- ...
+1 -1
View File
@@ -16,4 +16,4 @@
#define SCUMMVM_REVISION
#endif
#define SCUMMVM_VERSION "0.2.0git" SCUMMVM_REVISION
#define SCUMMVM_VERSION "0.3.0git" SCUMMVM_REVISION
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
product residualvm
id "ResidualVM 0.2.0git"
id "ResidualVM 0.3.0git"
image sw
id "software"
version 18
+3 -3
View File
@@ -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>
+1 -1
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -9,7 +9,7 @@ if [ "$TMP" = "" ]; then
fi
PKG=$TMP/package-residualvm
VERSION=0.2.0git
VERSION=0.3.0git
ARCH=i486
BUILD=1