From a11192bab3bcf5751ac29b2c7fdf5cdd529345fc Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sun, 24 Nov 2013 16:45:06 +0100
Subject: [PATCH] send the build number too to push the next daily build. This
 is needed for the new daily build update channel

---
 lib/private/updater.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/private/updater.php b/lib/private/updater.php
index 9827d8a8c1..a1b07c5a24 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
-- 
GitLab