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:
authorMorris Jobke <hey@morrisjobke.de>2018-01-31 22:31:17 +0300
committerGitHub <noreply@github.com>2018-01-31 22:31:17 +0300
commit88d5f6ec637fd7b3e540b0616e0283b747a79969 (patch)
treea067829866d90f0ba8bc74a81aca4451ffee768e
parentc39a40f15fd6291b42b9a93c8aa6d1de4de4ffec (diff)
parent2cc1cdba6ff084848c90f1137f4157346dfbdc68 (diff)
Merge pull request #8127 from nextcloud/13-final-rcv13.0.0RC4
13.0.0 RC 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4410e545825..f7a8d3d9e80 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(13, 0, 0, 12);
+$OC_Version = array(13, 0, 0, 13);
// The human readable string
-$OC_VersionString = '13.0.0 RC 3';
+$OC_VersionString = '13.0.0 RC 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [