Merge pull request #9702 from nextcloud/version/noid/12.0.8RC1

12.0.8 RC 1
This commit is contained in:
Morris Jobke 2018-06-01 14:08:32 +02:00 committed by GitHub
commit 13920ec3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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' => [