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-05-20 13:10:56 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-05-20 13:11:05 +0300
commit3a7f08bf1f9f3fb04ec22585e65658ce4c4f41d8 (patch)
tree78ecf91b7927e1362ba7160dea085a0a0e2ea695 /strings.php
parent439df44b976f96fbee8b859d5985078c83ea0e82 (diff)
no more testing 21RC2...
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index 30a3c37b..25d54db7 100644
--- a/strings.php
+++ b/strings.php
@@ -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 ='21 RC2'; // 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-21.0.0RC2.tar.bz2';
$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-21.0.0RC2.zip';