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-11-30 14:58:18 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-11-30 14:58:18 +0300
commitff8af1389a269efe3aa3f3e723a5b9248ddccaae (patch)
tree819038eaa28de4da3122b0ab17a207b074fb06fa /strings.php
parentef8aced5ace322d6ee1f0f608cda0818e595b78f (diff)
update home page and prs
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/strings.php b/strings.php
index b6798d28..82deab85 100644
--- a/strings.php
+++ b/strings.php
@@ -3,11 +3,11 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '22';
-$VERSIONS_SERVER_FULL_STABLE = '22.2.3';
-$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '22';
+$VERSIONS_SERVER_FULL_STABLE = '23.0.0';
+$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '24';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '22'; // Used in dev docs links
-$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.3.6';
-$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.3'; // For use in documentation link
+$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.4.0';
+$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.4'; // For use in documentation link
/* DOCUMENTATION */
$DOCUMENTATION_BASE = 'https://docs.nextcloud.com';