[API] Include revision info in minified openmct

This commit is contained in:
Victor Woeltjen 2016-09-30 13:26:59 -07:00
parent 774ae03c3e
commit 1c0999b512

View File

@ -20,6 +20,14 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
/**
* Open MCT https://nasa.github.io/openmct/
* Version @@version
* Built @@timestamp
* Revision @@revision
* Branch @@branch
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define([], factory);