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:
twanvl
2007-05-12 15:36:27 +00:00
parent a0592ec1ce
commit 0ffc387983
+4
View File
@@ -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