mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Upped MSE's version number; pushed up M:tG's game version (spellcheck).
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1293 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.7
|
||||
mse version: 0.3.8
|
||||
short name: Magic
|
||||
full name: Magic the Gathering
|
||||
installer group: magic/game files
|
||||
|
||||
@@ -50,7 +50,7 @@ template <> void GetDefaultMember::handle(const Version& v) {
|
||||
// ----------------------------------------------------------------------------- : Versions
|
||||
|
||||
// NOTE: Don't use leading zeroes, they mean octal
|
||||
const Version app_version = 307; // 0.3.7
|
||||
const Version app_version = 308; // 0.3.7
|
||||
#ifdef UNICODE
|
||||
const Char* version_suffix = _(" (beta)");
|
||||
#else
|
||||
@@ -74,11 +74,12 @@ const Char* version_suffix = _(" (beta, ascii build)");
|
||||
* 0.3.5 : word lists, symbol font 'as text'
|
||||
* 0.3.6 : free rotation, rotation behaviour changed.
|
||||
* 0.3.7 : scripting language changes (@ operator, stricter type conversion).
|
||||
* 0.3.8 : spellcheck, alignment:justify behavior changed, more scriptable fields.
|
||||
*/
|
||||
const Version file_version_locale = 307; // 0.3.7
|
||||
const Version file_version_set = 306; // 0.3.6
|
||||
const Version file_version_game = 307; // 0.3.7
|
||||
const Version file_version_stylesheet = 307; // 0.3.7
|
||||
const Version file_version_game = 308; // 0.3.8
|
||||
const Version file_version_stylesheet = 308; // 0.3.8
|
||||
const Version file_version_symbol_font = 306; // 0.3.6
|
||||
const Version file_version_export_template = 307; // 0.3.7
|
||||
const Version file_version_installer = 307; // 0.3.7
|
||||
|
||||
Reference in New Issue
Block a user