Merge pull request #4272 from ritzalam/add-build-version
- add back way to put build version in client
This commit is contained in:
commit
7e7c51b881
@ -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"/>
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user