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:
authorJoas Schilling <coding@schilljs.com>2016-07-22 15:44:00 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-22 15:51:43 +0300
commit5c343464799346a1caf0cd6540e7d6510df255c6 (patch)
tree37b3cfdfbf7727636fa07359da2bf7d47715aa9a /version.php
parentaf3950146504fe0a14ef38c24c549ffeda74acf6 (diff)
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 562dda0a792..62adec076bb 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';