21.0.2 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
7d9111dbc3
commit
e0b09e2ff7
|
@ -30,10 +30,10 @@
|
||||||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||||
// when updating major/minor version number.
|
// when updating major/minor version number.
|
||||||
|
|
||||||
$OC_Version = [21, 0, 1, 2];
|
$OC_Version = [21, 0, 2, 0];
|
||||||
|
|
||||||
// The human readable string
|
// The human readable string
|
||||||
$OC_VersionString = '21.0.1';
|
$OC_VersionString = '21.0.2 RC1';
|
||||||
|
|
||||||
$OC_VersionCanBeUpgradedFrom = [
|
$OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
|
|
Loading…
Reference in New Issue