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>2019-04-21 19:12:50 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-25 11:26:40 +0300
commit9f13708f7dfc6f9df9a9553360d004e81bf8c50b (patch)
tree641e463268308cdbce7477f330eb8ffac5337221 /strings.php
parent24137d0c21b3f5b055e4605ca2870302db8c46ab (diff)
prepare strings and comparison for 16
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/strings.php b/strings.php
index 154a18a8..7e92d6a5 100644
--- a/strings.php
+++ b/strings.php
@@ -2,10 +2,10 @@
// Strings used through nextcloud.com
/* VERSIONS */
-$VERSIONS_SERVER_MAJOR_STABLE = '15';
-$VERSIONS_SERVER_FULL_STABLE = '15.0.7';
-$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '16.0.0';
-$VERSIONS_SERVER_MAJOR_DEV_DOCS = '15'; // Used in dev docs links
+$VERSIONS_SERVER_MAJOR_STABLE = '16';
+$VERSIONS_SERVER_FULL_STABLE = '16.0.0';
+$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '17.0.0';
+$VERSIONS_SERVER_MAJOR_DEV_DOCS = '16'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '2.5.2';
$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '2.5'; // For use in documentation link
@@ -64,9 +64,9 @@ $DOWNLOAD_SERVER_PACKAGES_DAILY = 'https://download.nextcloud.com/download/repos
// Testing
$DOWNLOAD_SERVER_PACKAGES_TESTING = 'https://download.nextcloud.com/server/prereleases/';
-$SERVER_TESTING_VERSION ='16 RC 2'; // nothing to test -> leave it empty
-$DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-16.0.0RC2.tar.bz2';
-$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-16.0.0RC2.zip';
+$SERVER_TESTING_VERSION =''; // nothing to test -> leave it empty
+$DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-17.0.0BETA1.tar.bz2';
+$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-17.0.0BETA1.zip';
// web installer
$DOWNLOAD_SERVER_WEB_INSTALLER = 'https://download.nextcloud.com/server/installer/setup-nextcloud.php';