mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
RC2 it is
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
8296f1a35b
commit
92bfeb2eb6
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,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(11, 0, 2, 0);
|
||||
$OC_Version = array(11, 0, 2, 1);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '11.0.2 RC1';
|
||||
$OC_VersionString = '11.0.2 RC2';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = array(9, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue