Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC Montero-Luque <cml@owncloud.com>2015-11-13 16:48:08 +0300
committerC Montero-Luque <cml@owncloud.com>2015-11-13 16:48:08 +0300
commit583dd64458bbc56db7b5b2e1bfdff4bf86324532 (patch)
tree2abb36b76c0286ae790624ba7608a2a23c1c4d66
parent00d6bdc86da6f3ce6f47b7c70527b2ab4d45f360 (diff)
8.2.1 RC3 (previous commit incorrect)v8.2.1RC3
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index abe6bf6ab42..28226167dde 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(8, 2, 1, 2);
// The human readable string
-$OC_VersionString = '8.2.1';
+$OC_VersionString = '8.2.1 RC3';
$OC_VersionCanBeUpgradedFrom = array(8, 1);