Added code to extract the machine XML version number when running DEBUG-only
This commit is contained in:
parent
a061c16392
commit
2e89c38e4a
7 changed files with 2096 additions and 2080 deletions
|
|
@ -42,6 +42,8 @@ var APPNAME = ""; // this @define is overridden by the Closure Com
|
|||
*/
|
||||
var APPVERSION = "1.x.x"; // this @define is overridden by the Closure Compiler with the version in package.json
|
||||
|
||||
var DEBUG_APPVERSION = null; // this is set in DEBUG builds by embedMachine() if a version number was found in the machine XML
|
||||
|
||||
/**
|
||||
* @define {string}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue