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-08-18 14:20:29 +0300
committerDaniel Molkentin <danimo@owncloud.com>2016-08-18 14:20:29 +0300
commit8b9536c22bc4f1a9d6b810177e9e965e51e89087 (patch)
tree4f683336b21465be86d56e792a0d56a24746b602
parent3737f5ad80f69dcc6cc22d553472c774ece94734 (diff)
correct version string to 9.1.1 RC1v9.1.1RC1
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 623ca94150a..3695782a8e6 100644
--- a/version.php
+++ b/version.php
@@ -28,7 +28,7 @@
$OC_Version = array(9, 1, 1, 0);
// The human readable string
-$OC_VersionString = '9.1.0 RC1';
+$OC_VersionString = '9.1.1 RC1';
$OC_VersionCanBeUpgradedFrom = array(9, 0);