mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
indication of ascii build in about box
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@343 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -50,7 +50,11 @@ template <> void GetDefaultMember::handle(const Version& v) {
|
||||
|
||||
// NOTE: Don't use leading zeroes, they mean octal
|
||||
const Version app_version = 302; // 0.3.2
|
||||
#ifdef UNICODE
|
||||
const Char* version_suffix = _(" (beta)");
|
||||
#else
|
||||
const Char* version_suffix = _(" (beta, ascii build)");
|
||||
#endif
|
||||
|
||||
/* Changes:
|
||||
* 0.2.0 : start of version numbering practice
|
||||
|
||||
Reference in New Issue
Block a user