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:
authorDaniel Molkentin <danimo@owncloud.com>2016-06-29 16:11:48 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-06-29 16:11:48 +0300
commit4c426ad9707651820dbeb0c7d0c798fcff1d690b (patch)
tree9479b0935055b5c92b3f4df5020d5267fcc098a8
parent0ccc412fccd56a20d833570ae206e8d7c417213b (diff)
fix version stringv9.1.0RC1
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 93116539ffc..86fb9bbf54c 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(9, 1, 0, 11);
// The human readable string
-$OC_VersionString = '9.1.0 RC 1';
+$OC_VersionString = '9.1.0 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);