Prepare 14.0.1 release

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-09-11 16:26:07 +02:00
parent ea73f30d77
commit e77bd8a894
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(14, 0, 0, 19);
$OC_Version = array(14, 0, 1, 0);
// The human readable string
$OC_VersionString = '14.0.0';
$OC_VersionString = '14.0.1 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [