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-26 17:27:57 +0300
committerGitHub <noreply@github.com>2018-01-26 17:27:57 +0300
commitd82d1a8a810780d73b2d5fa214ef110156b8285b (patch)
treed334a981e025642a99be617477ab591dd347476d
parent0aca61d73e0bfccd65713b736169c36712fcfecf (diff)
parentfabf75a7d30474679fe03758262b51c1cbf7481a (diff)
Merge pull request #8027 from nextcloud/13.0.0-last-rcv13.0.0RC3
13.0.0 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b93cbb3eb7b..4410e545825 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, 11);
+$OC_Version = array(13, 0, 0, 12);
// The human readable string
-$OC_VersionString = '13.0.0 RC 2';
+$OC_VersionString = '13.0.0 RC 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [