Merge pull request #4272 from ritzalam/add-build-version

- add back way to put build version in client
This commit is contained in:
Richard Alam 2017-08-18 17:55:42 -04:00 committed by GitHub
commit 7e7c51b881
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" ?>
<config>
<localeversion suppressWarning="false">0.9.0</localeversion>
<version>VERSION</version>
<help url="http://HOST/help.html"/>
<javaTest url="http://HOST/testjava.html"/>
<porttest host="HOST" application="video/portTest" timeout="10000"/>

View File

@ -446,9 +446,11 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
receivedConfigLocaleVer = true;
appVersion = event.appVersion;
localeVersion = event.localeVersion;
updateCopyrightText();
logData.localeVersion = localeVersion;
logData.tags = ["locale"];
logData.appVersion = appVersion;
logData.message = "Received locale version from config.xml";
LOGGER.info(JSON.stringify(logData));