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:
coppro
2009-01-04 19:52:09 +00:00
parent 3ee71ef6ae
commit 1c925a6225
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -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