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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-02-22 12:53:56 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-02-22 12:53:56 +0300
commita27eceefdb2839e59e16dbd276c46e5f089876e1 (patch)
tree09917438f2628ef1e41f22abd0bb434a10a2adb0 /strings.php
parentbd65b288c935fb1e3957e0b358cf2aeb718874cf (diff)
fix countdown
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings.php b/strings.php
index c16dc509..d81fc207 100644
--- a/strings.php
+++ b/strings.php
@@ -2,8 +2,8 @@
// Strings used through nextcloud.com
/* VERSIONS */
-$VERSIONS_SERVER_MAJOR_STABLE = '21';
-$VERSIONS_SERVER_FULL_STABLE = '20.1.0';
+$VERSIONS_SERVER_MAJOR_STABLE = '20';
+$VERSIONS_SERVER_FULL_STABLE = '20.0.0';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '21';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '21'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.1.3';