Merge branch 'feature/build-version' into develop

# Conflicts:
#	DocService/sources/DocsCoServer.js
This commit is contained in:
Alexander.Trofimov
2016-10-19 17:58:08 +03:00
6 changed files with 25 additions and 13 deletions

View File

@ -1982,7 +1982,8 @@ exports.install = function(server, callbackFunction) {
type: licenseType,
light: licenseInfo.light,
trial: constants.PACKAGE_TYPE_OS === licenseInfo.packageType ? false : licenseInfo.trial,
rights: rights
rights: rights,
buildVersion: commonDefines.buildVersion
}
});
} catch (err) {