]> source.dussan.org Git - nextcloud-server.git/commitdiff
send the build number too to push the next daily build. This is needed for the new...
authorFrank Karlitschek <frank@owncloud.org>
Sun, 24 Nov 2013 15:45:06 +0000 (16:45 +0100)
committerFrank Karlitschek <frank@owncloud.org>
Sun, 24 Nov 2013 15:45:06 +0000 (16:45 +0100)
lib/private/updater.php

index 9827d8a8c12d7084e5f9eab3e10a63c560a0184c..a1b07c5a2428788ec918cc60ee9ae56ed95e605e 100644 (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