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>2022-02-15 21:01:01 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2022-02-15 21:01:01 +0300
commit7edd0d701b50ee98ae766170127fde222c56c165 (patch)
treed8db0571356f9bdc1d79cf5594b1890d583f58ca /strings.php
parenta8496b40b1e731cad0d0a8ec9eecb2e94846089d (diff)
add new releases
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 ed33823a..d04047f5 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '23';
-$VERSIONS_SERVER_FULL_STABLE = '23.0.0';
+$VERSIONS_SERVER_FULL_STABLE = '23.0.2';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '24';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '23'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.4.2';
@@ -78,7 +78,7 @@ $DOWNLOAD_SERVER_PACKAGES_DAILY = 'https://download.nextcloud.com/download/repos
// Testing
$DOWNLOAD_SERVER_PACKAGES_TESTING = 'https://download.nextcloud.com/server/prereleases/';
-$SERVER_TESTING_VERSION ='23.0.1rc1'; // nothing to test -> leave it empty
+$SERVER_TESTING_VERSION =''; // nothing to test -> leave it empty
$DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.tar.bz2';
$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.zip';