From 1c0999b51249b3eadc4b15f2a7a7e55badb4e91c Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 30 Sep 2016 13:26:59 -0700 Subject: [PATCH] [API] Include revision info in minified openmct --- src/start.frag | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/start.frag b/src/start.frag index 878447eee9..5cd7cf2114 100644 --- a/src/start.frag +++ b/src/start.frag @@ -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);