Browse Source
Adjust version to Nextcloud
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2817/head
Lukas Reschke
9 years ago
committed by
Joas Schilling
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
2 changed files with
2 additions and
2 deletions
-
lib/private/Repair/RepairInvalidShares.php
-
version.php
|
|
|
@ -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'; |
|
|
|
|