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>2022-03-29 15:40:00 +0300
committerGitHub <noreply@github.com>2022-03-29 15:40:00 +0300
commit1be6e58ac77edb77616807db7de5da9a110652d4 (patch)
tree5ced2f045a112521de453d7b0d7ee272fe4b44ea
parent5d2064d9062922292ee4ae2fb2fe52c558dd054e (diff)
latest prerelease of desktop client is now 3.5.0-rc1 (#1624)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com> Co-authored-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--strings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/strings.php b/strings.php
index 819b2207..e582c879 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 = '';
$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-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_TEST_WIN = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Windows/Nextcloud-3.5.0-rc1-x64.msi';
+$DOWNLOAD_CLIENT_DESKTOP_TEST_MAC = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Mac/Nextcloud-3.5.0-rc1.pkg';
+$DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX = $DOWNLOAD_CLIENT_DESKTOP_TEST_BASE.'Linux/Nextcloud-3.5.0-rc1.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 = '';