зеркало из https://github.com/nextcloud/server.git
NC 19 development
We branched of stable18. So time to bump the version number. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Родитель
8056bbeae3
Коммит
1e41f36230
|
@ -29,15 +29,15 @@
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = array(18, 0, 0, 8);
|
||||
$OC_Version = array(19, 0, 0, 0);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '18.0.0 RC1';
|
||||
$OC_VersionString = '19.0.0 alpha';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'17.0' => true,
|
||||
'18.0' => true,
|
||||
'19.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче