Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-10 01:25:53 +0300
committerGitHub <noreply@github.com>2016-08-10 01:25:53 +0300
commit9fbdb0efe895f7cfe03f613cc6fa5daee9f99dfe (patch)
tree88cb3bee5f36ee82e15dd53792f3564dbf67f349 /version.php
parent2b04b58d9a16d99acbcf8624ae0f01aa1c109de9 (diff)
parent5c343464799346a1caf0cd6540e7d6510df255c6 (diff)
Merge pull request #529 from nextcloud/vendor-maintenance-downgrade
Allow downgrades of maintenance accross vendors
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/version.php b/version.php
index e6298ae238f..2c0c2029aca 100644
--- a/version.php
+++ b/version.php
@@ -38,3 +38,5 @@ $OC_Channel = 'git';
// The build number
$OC_Build = '';
+// Vendor of this package
+$vendor = 'nextcloud';