diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-11-24 16:45:06 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-11-24 16:45:06 +0100 |
commit | a11192bab3bcf5751ac29b2c7fdf5cdd529345fc (patch) | |
tree | 8a8af32e06b37cd7a61f9dd1c1f05855bb1d3c8a /lib/private/updater.php | |
parent | aef34618de995316d60d699cbb9c6fb697658d12 (diff) | |
download | nextcloud-server-a11192bab3bcf5751ac29b2c7fdf5cdd529345fc.tar.gz nextcloud-server-a11192bab3bcf5751ac29b2c7fdf5cdd529345fc.zip |
send the build number too to push the next daily build. This is needed for the new daily build update channel
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r-- | lib/private/updater.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php index 9827d8a8c12..a1b07c5a242 100644 --- a/lib/private/updater.php +++ b/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 |