mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
version bump: now 0.3.9
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1585 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -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 = 308; // 0.3.8
|
||||
const Version app_version = 309; // 0.3.9
|
||||
#ifdef UNICODE
|
||||
const Char* version_suffix = _(" (beta)");
|
||||
#else
|
||||
@@ -79,8 +79,9 @@ const Char* version_suffix = _(" (beta, ascii build)");
|
||||
* - alignment:justify behavior changed
|
||||
* - more scriptable fields.
|
||||
* - store time created,modified for cards -> changes set and clipboard format
|
||||
* 0.3.9 : bugfix release mostly, a few new script functions
|
||||
*/
|
||||
const Version file_version_locale = 308; // 0.3.8
|
||||
const Version file_version_locale = 309; // 0.3.9
|
||||
const Version file_version_set = 308; // 0.3.8
|
||||
const Version file_version_game = 308; // 0.3.8
|
||||
const Version file_version_stylesheet = 308; // 0.3.8
|
||||
|
||||
Reference in New Issue
Block a user