From 5c343464799346a1caf0cd6540e7d6510df255c6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Jul 2016 14:44:00 +0200 Subject: Allow downgrades of maintenance accross vendors --- version.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'version.php') 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'; -- cgit v1.2.3