Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-08-12 14:22:24 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-08-19 16:45:45 +0300
commit8928bbe96901b9374ecd42cb6cf9e3e7914ebafa (patch)
tree9af1f497be8502c74da6f3bcb02482764f5fa7df /version.php
parentbc2b42250820197c3f71518299c401515f6ee1cc (diff)
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 <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
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';