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

remotes/origin/stable6
Frank Karlitschek 11 years ago
parent aef34618de
commit a11192bab3
  1. 1
      lib/private/updater.php

@ -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

Loading…
Cancel
Save