Adjust version to Nextcloud

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2817/head
Lukas Reschke 8 years ago committed by Joas Schilling
parent 7baa4ea1a4
commit 5d01004368
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8

@ -167,7 +167,7 @@ class RepairInvalidShares implements IRepairStep {
// this situation was only possible before 9.1
$this->addShareLinkDeletePermission($out);
}
if (version_compare($ocVersionFromBeforeUpdate, '9.2.0.2', '<')) {
if (version_compare($ocVersionFromBeforeUpdate, '12.0.0.11', '<')) {
$this->adjustFileSharePermissions($out);
}

@ -26,7 +26,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(12, 0, 0, 11);
$OC_Version = array(12, 0, 0, 12);
// The human readable string
$OC_VersionString = '12.0 alpha';

Loading…
Cancel
Save