diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
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'; |