send the build number too to push the next daily build. This is needed for the new daily build update channel

This commit is contained in:
Frank Karlitschek 2013-11-24 16:45:06 +01:00
parent aef34618de
commit a11192bab3
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class Updater extends BasicEmitter {
$version['updated'] = \OC_Appconfig::getValue('core', 'lastupdatedat');
$version['updatechannel'] = \OC_Util::getChannel();
$version['edition'] = \OC_Util::getEditionString();
$version['build'] = \OC_Util::getBuild();
$versionString = implode('x', $version);
//fetch xml data from updater