Skip to content

Commit b99f061

Browse files
authored
Merge pull request #21699 from nextcloud/version/19.0.1/RC1
19.0.1 RC1
2 parents 1e695d4 + a46ecb1 commit b99f061

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

resources/config/ca-bundle.crt

Lines changed: 3 additions & 3 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 Jan 1 04:12:10 2020 GMT
4+
## Certificate data from Mozilla as of: Wed Jun 24 03:12:10 2020 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
@@ -13,8 +13,8 @@
1313
## an Apache+mod_ssl webserver for SSL client authentication.
1414
## Just configure this file as the SSLCACertificateFile.
1515
##
16-
## Conversion done with mk-ca-bundle.pl version 1.27.
17-
## SHA256: f3bdcd74612952da8476a9d4147f50b29ad0710b7dd95b4c8690500209986d70
16+
## Conversion done with mk-ca-bundle.pl version 1.28.
17+
## SHA256: 5796295533cad5a648a20a115b0894dc9b318c41501796e7158e824c323f11c3
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 = [19, 0, 0, 12];
32+
$OC_Version = [19, 0, 1, 0];
3333

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

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

0 commit comments

Comments
 (0)