diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-12 23:30:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 23:30:24 +0100 |
commit | 0c0600af09f5e730723b26e6055ea4e59e7b2561 (patch) | |
tree | 4724bb16927c70732a235c7ae31a2bfd9c2c25f5 | |
parent | 20f6ab10403e735b62868df1703d1a1b8ed8e4e1 (diff) | |
parent | 0fad25b78c73c232464a5e0fb099825394cad86d (diff) | |
download | nextcloud-server-0c0600af09f5e730723b26e6055ea4e59e7b2561.tar.gz nextcloud-server-0c0600af09f5e730723b26e6055ea4e59e7b2561.zip |
Merge pull request #18345 from nextcloud/version/16.0.7/rc1v16.0.7RC1
16.0.7 RC1
-rw-r--r-- | resources/config/ca-bundle.crt | 4 | ||||
-rw-r--r-- | version.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/resources/config/ca-bundle.crt b/resources/config/ca-bundle.crt index edc5090c755..7ad01f31e69 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 Oct 16 03:12:09 2019 GMT +## Certificate data from Mozilla as of: Wed Nov 27 04:12:10 2019 GMT ## ## This is a bundle of X.509 certificates of public Certificate Authorities ## (CA). These were automatically extracted from Mozilla's root certificates @@ -14,7 +14,7 @@ ## Just configure this file as the SSLCACertificateFile. ## ## Conversion done with mk-ca-bundle.pl version 1.27. -## SHA256: c979c6f35714a0fedb17d9e5ba37adecbbc91a8faf4186b4e23d6f9ca44fd6cb +## SHA256: 607309057d0ec70f8e4e97b03906bafb2fcebb24cd37b5e8293e681ae26ceae0 ## diff --git a/version.php b/version.php index eb138eeddb2..e69ed88fb3f 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 = array(16, 0, 6, 1); +$OC_Version = array(16, 0, 7, 0); // The human readable string -$OC_VersionString = '16.0.6'; +$OC_VersionString = '16.0.7 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |