Added code to extract the machine XML version number when running DEBUG-only

This commit is contained in:
Jeff Parsons 2015-07-28 12:45:29 -07:00
commit 2e89c38e4a
7 changed files with 2096 additions and 2080 deletions

View file

@ -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}
*/