diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-07-09 21:40:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 21:40:05 +0200 |
commit | b99f061d481147d71527393e52dd986032641836 (patch) | |
tree | 837fbb622fcd8cadf5104224a58c02f9507b3e6b | |
parent | 1e695d4a438cfd0abc09ca1071064fd94e23272a (diff) | |
parent | a46ecb15bdcbe03c4d4422078a2db8bfae5c7b26 (diff) | |
download | nextcloud-server-19.0.1RC1.tar.gz nextcloud-server-19.0.1RC1.zip |
Merge pull request #21699 from nextcloud/version/19.0.1/RC1v19.0.1RC1
19.0.1 RC1
-rw-r--r-- | resources/config/ca-bundle.crt | 6 | ||||
-rw-r--r-- | version.php | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/resources/config/ca-bundle.crt b/resources/config/ca-bundle.crt index 651694e8a3a..eb8b0baccd2 100644 --- a/resources/config/ca-bundle.crt +++ b/resources/config/ca-bundle.crt @@ -1,7 +1,7 @@ ## ## Bundle of CA Root Certificates ## -## Certificate data from Mozilla as of: Wed Jan 1 04:12:10 2020 GMT +## Certificate data from Mozilla as of: Wed Jun 24 03:12:10 2020 GMT ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates @@ -13,8 +13,8 @@ ## an Apache+mod_ssl webserver for SSL client authentication. ## Just configure this file as the SSLCACertificateFile. ## -## Conversion done with mk-ca-bundle.pl version 1.27. -## SHA256: f3bdcd74612952da8476a9d4147f50b29ad0710b7dd95b4c8690500209986d70 +## Conversion done with mk-ca-bundle.pl version 1.28. +## SHA256: 5796295533cad5a648a20a115b0894dc9b318c41501796e7158e824c323f11c3 ## diff --git a/version.php b/version.php index f20b3249478..9069607ca87 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [19, 0, 0, 12]; +$OC_Version = [19, 0, 1, 0]; // The human readable string -$OC_VersionString = '19.0.0'; +$OC_VersionString = '19.0.1 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |