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:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2021-11-28 18:21:51 +0300
committerGitHub <noreply@github.com>2021-11-28 18:21:51 +0300
commit3912bba9bb44ce78e38b5a8dcf4f8d3984de3df2 (patch)
tree1b7bc5ed280f5dbb48400af57ce75cbcbfa054ca /strings.php
parent7ff180e3986e24142475cfa6ed931b8ac2968d99 (diff)
latest desktop client unstable reelase is 3.4.0-rc2 (#1576)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Co-authored-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Co-authored-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/strings.php b/strings.php
index 444a2d2b..b6798d28 100644
--- a/strings.php
+++ b/strings.php
@@ -47,9 +47,9 @@ $DOWNLOAD_CLIENT_DESKTOP_STABLE_SOURCES = 'https://github.com/nextcloud/desktop'
// Desktop client testing
$VERSIONS_CLIENT_DESKTOP_TESTING = '3.4RC1';
$DOWNLOAD_CLIENT_DESKTOP_TEST_BASE= 'https://download.nextcloud.com/desktop/prereleases/';
-$DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Windows/Nextcloud-3.4.0-rc1-x64.msi';
-$DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Mac/Nextcloud-3.4.0-rc1.pkg';
-$DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Linux/Nextcloud-3.4.0-rc1.AppImage';
+$DOWNLOAD_CLIENT_DESKTOP_TEST_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Windows/Nextcloud-3.4.0-rc2-x64.msi';
+$DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Mac/Nextcloud-3.4.0-rc2.pkg';
+$DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Linux/Nextcloud-3.4.0-rc2.AppImage';
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'';
$DOWNLOAD_CLIENT_DESKTOP_TESTPILOT_LINUX = '';