summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-22 14:44:00 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-22 14:51:43 +0200
commit5c343464799346a1caf0cd6540e7d6510df255c6 (patch)
tree37b3cfdfbf7727636fa07359da2bf7d47715aa9a /version.php
parentaf3950146504fe0a14ef38c24c549ffeda74acf6 (diff)
downloadnextcloud-server-5c343464799346a1caf0cd6540e7d6510df255c6.tar.gz
nextcloud-server-5c343464799346a1caf0cd6540e7d6510df255c6.zip
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';