Merge pull request #9702 from nextcloud/version/noid/12.0.8RC1
12.0.8 RC 1
This commit is contained in:
commit
13920ec3df
|
@ -656,7 +656,7 @@ services:
|
||||||
matrix:
|
matrix:
|
||||||
DB: postgres
|
DB: postgres
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql
|
image: mysql:5.7.22
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=owncloud
|
- MYSQL_ROOT_PASSWORD=owncloud
|
||||||
- MYSQL_USER=oc_autotest
|
- MYSQL_USER=oc_autotest
|
||||||
|
|
|
@ -26,10 +26,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 = array(12, 0, 7, 2);
|
$OC_Version = array(12, 0, 8, 0);
|
||||||
|
|
||||||
// The human readable string
|
// The human readable string
|
||||||
$OC_VersionString = '12.0.7';
|
$OC_VersionString = '12.0.8 RC 1';
|
||||||
|
|
||||||
$OC_VersionCanBeUpgradedFrom = [
|
$OC_VersionCanBeUpgradedFrom = [
|
||||||
'nextcloud' => [
|
'nextcloud' => [
|
||||||
|
|
Loading…
Reference in New Issue