mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
version bump
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1306 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -194,19 +194,19 @@ expected_locale_keys TEXT "../common/expected_locale_keys"
|
|||||||
// -------------------------------------------------------- : Version info
|
// -------------------------------------------------------- : Version info
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,3,7,0
|
FILEVERSION 0,3,8,0
|
||||||
PRODUCTVERSION 0,3,7,0
|
PRODUCTVERSION 0,3,8,0
|
||||||
FILETYPE VFT_APP
|
FILETYPE VFT_APP
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "0.3.7"
|
VALUE "FileVersion", "0.3.8"
|
||||||
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", "mse2/8"
|
VALUE "InternalName", "mse2/8"
|
||||||
VALUE "LegalCopyright", "\xA9 2001-2008 Twan van Laarhoven and 'coppro'"
|
VALUE "LegalCopyright", "\xA9 2001-2009 Twan van Laarhoven and 'coppro'"
|
||||||
VALUE "ProductName", "Magic Set Editor"
|
VALUE "ProductName", "Magic Set Editor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ 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 = 308; // 0.3.7
|
const Version app_version = 308; // 0.3.8
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
const Char* version_suffix = _(" (beta)");
|
const Char* version_suffix = _(" (beta)");
|
||||||
#else
|
#else
|
||||||
@@ -74,9 +74,12 @@ const Char* version_suffix = _(" (beta, ascii build)");
|
|||||||
* 0.3.5 : word lists, symbol font 'as text'
|
* 0.3.5 : word lists, symbol font 'as text'
|
||||||
* 0.3.6 : free rotation, rotation behaviour changed.
|
* 0.3.6 : free rotation, rotation behaviour changed.
|
||||||
* 0.3.7 : scripting language changes (@ operator, stricter type conversion).
|
* 0.3.7 : scripting language changes (@ operator, stricter type conversion).
|
||||||
* 0.3.8 : spellcheck, alignment:justify behavior changed, more scriptable fields.
|
* 0.3.8 : - check_spelling function
|
||||||
|
* - tag_contents function fixed
|
||||||
|
* - alignment:justify behavior changed
|
||||||
|
* - more scriptable fields.
|
||||||
*/
|
*/
|
||||||
const Version file_version_locale = 307; // 0.3.7
|
const Version file_version_locale = 308; // 0.3.8
|
||||||
const Version file_version_set = 306; // 0.3.6
|
const Version file_version_set = 306; // 0.3.6
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user