From 8928bbe96901b9374ecd42cb6cf9e3e7914ebafa Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 12 Aug 2020 13:22:24 +0200 Subject: Make legacy cipher opt in * Systems that upgrade have this enabled by default * New systems disable it * We'll have to add some wargning in the setup checks if this is enabled Signed-off-by: Roeland Jago Douma --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.php') diff --git a/version.php b/version.php index c60039b4540..9df6d8fbecc 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [20, 0, 0, 0]; +$OC_Version = [20, 0, 0, 1]; // The human readable string $OC_VersionString = '20.0.0 alpha'; -- cgit v1.2.3