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:
authorFrank Karlitschek <frank@owncloud.org>2015-08-08 03:17:23 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-08-08 03:17:23 +0300
commitca66a705ec59cce1ac60c2fb92ec543e296c23f9 (patch)
treeecf1260a16aa8439f3441d4caa567c79d67a3a98
parent1a1e19f929ff665ea781bc6a59f03af836663b86 (diff)
8.1.1v8.1.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bc8cfb16bb4..aa38aee3ecb 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, 2);
+$OC_Version=array(8, 1, 1, 3);
// The human readable string
-$OC_VersionString='8.1.1 RC1';
+$OC_VersionString='8.1.1';
// The ownCloud channel
$OC_Channel='git';