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-08-03 14:16:38 +0300
committerC Montero-Luque <cml@owncloud.com>2015-08-03 14:16:38 +0300
commit8c9b8f4fe9b5efa15178c78349d72f2de5c33634 (patch)
treea09472c5c02845e76a40d3c2f3f2bfa775159e34
parenta0ab86bb91a9cc20e426b2a539212de4d527b51f (diff)
8.1.1 RC1v8.1.1RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e6dcac9e6d6..bc8cfb16bb4 100644
--- a/version.php
+++ b/version.php
@@ -22,10 +22,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version=array(8, 1, 1, 1);
+$OC_Version=array(8, 1, 1, 2);
// The human readable string
-$OC_VersionString='8.1.1 beta1';
+$OC_VersionString='8.1.1 RC1';
// The ownCloud channel
$OC_Channel='git';