mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
version bump to 2.0.0
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1635 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -204,15 +204,15 @@ expected_locale_keys TEXT "../common/expected_locale_keys"
|
|||||||
// -------------------------------------------------------- : Version info
|
// -------------------------------------------------------- : Version info
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,3,9,0
|
FILEVERSION 2,0,0,0
|
||||||
PRODUCTVERSION 0,3,9,0
|
PRODUCTVERSION 2,0,0,0
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "0.3.9"
|
VALUE "FileVersion", "2.0.0"
|
||||||
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
|
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
|
||||||
VALUE "FileDescription", "Magic Set Editor"
|
VALUE "FileDescription", "Magic Set Editor"
|
||||||
VALUE "InternalName", "magicseteditor"
|
VALUE "InternalName", "magicseteditor"
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ template <> void GetDefaultMember::handle(const Version& v) {
|
|||||||
// ----------------------------------------------------------------------------- : Versions
|
// ----------------------------------------------------------------------------- : Versions
|
||||||
|
|
||||||
// NOTE: Don't use leading zeroes, they mean octal
|
// NOTE: Don't use leading zeroes, they mean octal
|
||||||
const Version app_version = 309; // 0.3.9
|
const Version app_version = 20000; // 2.0.0
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
const Char* version_suffix = _(" (beta)");
|
const Char* version_suffix = _("");
|
||||||
#else
|
#else
|
||||||
const Char* version_suffix = _(" (beta, ascii build)");
|
const Char* version_suffix = _(" (ascii build)");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// Which version of MSE are the files we write out compatible with?
|
/// Which version of MSE are the files we write out compatible with?
|
||||||
@@ -80,8 +80,9 @@ const Char* version_suffix = _(" (beta, ascii build)");
|
|||||||
* - more scriptable fields.
|
* - more scriptable fields.
|
||||||
* - store time created,modified for cards -> changes set and clipboard format
|
* - store time created,modified for cards -> changes set and clipboard format
|
||||||
* 0.3.9 : bugfix release mostly, a few new script functions
|
* 0.3.9 : bugfix release mostly, a few new script functions
|
||||||
|
* 2.0.0 : bugfix release mostly, added error console
|
||||||
*/
|
*/
|
||||||
const Version file_version_locale = 309; // 0.3.9
|
const Version file_version_locale = 20000; // 2.0.0
|
||||||
const Version file_version_set = 308; // 0.3.8
|
const Version file_version_set = 308; // 0.3.8
|
||||||
const Version file_version_game = 308; // 0.3.8
|
const Version file_version_game = 308; // 0.3.8
|
||||||
const Version file_version_stylesheet = 308; // 0.3.8
|
const Version file_version_stylesheet = 308; // 0.3.8
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
;//+----------------------------------------------------------------------------+
|
;//+----------------------------------------------------------------------------+
|
||||||
;//| Description: Magic Set Editor - Program to make Magic (tm) cards |
|
;//| Description: Magic Set Editor - Program to make Magic (tm) cards |
|
||||||
;//| Copyright: (C) 2001 - 2008 Twan van Laarhoven and "coppro" |
|
;//| Copyright: (C) 2001 - 2011 Twan van Laarhoven and "coppro" |
|
||||||
;//| License: GNU General Public License 2 or later (see file COPYING) |
|
;//| License: GNU General Public License 2 or later (see file COPYING) |
|
||||||
;//+----------------------------------------------------------------------------+
|
;//+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
[setup]
|
[setup]
|
||||||
AppName = Magic Set Editor 2
|
AppName = Magic Set Editor 2
|
||||||
AppVerName = Magic Set Editor 2 - 0.3.9 beta
|
AppVerName = Magic Set Editor 2.0.0
|
||||||
AppCopyright = Copyright © 2001-2011 Twan van Laarhoven and "coppro"
|
AppCopyright = Copyright © 2001-2011 Twan van Laarhoven and "coppro"
|
||||||
DefaultDirName = {pf}\Magic Set Editor 2
|
DefaultDirName = {pf}\Magic Set Editor 2
|
||||||
DisableStartupPrompt = 1
|
DisableStartupPrompt = 1
|
||||||
@@ -24,7 +24,6 @@ ChangesAssociations = 1
|
|||||||
WizardImageBackColor = $FFF7F0
|
WizardImageBackColor = $FFF7F0
|
||||||
BackColor = $FFF7F0
|
BackColor = $FFF7F0
|
||||||
BackColor2 = $FFF7F0
|
BackColor2 = $FFF7F0
|
||||||
InfoBeforeFile = tools/msw-installer/beta-readme.rtf
|
|
||||||
;LicenseFile = COPYING
|
;LicenseFile = COPYING
|
||||||
OutputDir = tools/msw-installer/
|
OutputDir = tools/msw-installer/
|
||||||
WizardImageFile = tools/msw-installer/WizModernImage.bmp
|
WizardImageFile = tools/msw-installer/WizModernImage.bmp
|
||||||
@@ -35,7 +34,7 @@ PrivilegesRequired = none
|
|||||||
; Filename of the installer
|
; Filename of the installer
|
||||||
#define INSTALLER_DATE GetDateTimeString('yyyy-mm-dd','-',':')
|
#define INSTALLER_DATE GetDateTimeString('yyyy-mm-dd','-',':')
|
||||||
#if INSTALL_ALL
|
#if INSTALL_ALL
|
||||||
#define INSTALLER_SUFFIX ''
|
#define INSTALLER_SUFFIX '-full'
|
||||||
#else
|
#else
|
||||||
#define INSTALLER_SUFFIX '-reduced'
|
#define INSTALLER_SUFFIX '-reduced'
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user