Skip to content

Commit a852892

Browse files
committed
17.0.2 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 0a172d0 commit a852892

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/config/ca-bundle.crt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Bundle of CA Root Certificates
33
##
4-
## Certificate data from Mozilla as of: Wed Oct 16 03:12:09 2019 GMT
4+
## Certificate data from Mozilla as of: Wed Nov 27 04:12:10 2019 GMT
55
##
66
## This is a bundle of X.509 certificates of public Certificate Authorities
77
## (CA). These were automatically extracted from Mozilla's root certificates
@@ -14,7 +14,7 @@
1414
## Just configure this file as the SSLCACertificateFile.
1515
##
1616
## Conversion done with mk-ca-bundle.pl version 1.27.
17-
## SHA256: c979c6f35714a0fedb17d9e5ba37adecbbc91a8faf4186b4e23d6f9ca44fd6cb
17+
## SHA256: 607309057d0ec70f8e4e97b03906bafb2fcebb24cd37b5e8293e681ae26ceae0
1818
##
1919

2020

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
3030
// when updating major/minor version number.
3131

32-
$OC_Version = array(17, 0, 1, 1);
32+
$OC_Version = array(17, 0, 2, 0);
3333

3434
// The human readable string
35-
$OC_VersionString = '17.0.1';
35+
$OC_VersionString = '17.0.2 RC1';
3636

3737
$OC_VersionCanBeUpgradedFrom = [
3838
'nextcloud' => [

0 commit comments

Comments
 (0)