Adjust version to Nextcloud
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
7baa4ea1a4
commit
5d01004368
|
@ -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…
Reference in New Issue