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-09-15 13:12:35 +0300
committerJoas Schilling <coding@schilljs.com>2016-09-15 13:12:35 +0300
commit1ce3957a235c963b851fcbb24f5671e9644032a5 (patch)
tree75b277c518cefb7ee897bb5baf8ab4bca8325f5f /version.php
parent167f29dd6d214d6b942f4e34fe920462beb059d5 (diff)
Add vendor to stable9, so the release script can handle all the same
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 eeb21c593f0..02d88d768a7 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';