From 8fee134f5c90a66472252896bc4b1da662813842 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 23 Jan 2015 10:43:06 -0800 Subject: [PATCH] [About] Include branch Include branch in About dialog when built. WTD-699 --- platform/core/bundle.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/core/bundle.json b/platform/core/bundle.json index 2dc4a738dd..8ec1f1f96e 100644 --- a/platform/core/bundle.json +++ b/platform/core/bundle.json @@ -20,6 +20,12 @@ "value": "${buildNumber}", "description": "A unique revision identifier for the client sources.", "priority": 995 + }, + { + "name": "Branch", + "value": "${scmBranch}", + "description": "The date on which this version of the client was built.", + "priority": 994 } ], "components": [