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-11 22:34:42 +0300
committerGitHub <noreply@github.com>2018-01-11 22:34:42 +0300
commit4f30c2fbe43e0d6f24ba3bff881526b2b6c2747d (patch)
tree08127a9ea3d419cf672015dab2515a02a0f7f477
parent9898ec95c1eeebbcae70329c76c9198298df3c4d (diff)
parentb66117583d32bdbc3e76586107dbea165702aa5c (diff)
Merge pull request #7764 from nextcloud/13rc1v13.0.0RC1
13.0.0 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index c94a897f4e7..6ba86635dd2 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, 9);
+$OC_Version = array(13, 0, 0, 10);
// The human readable string
-$OC_VersionString = '13.0.0 Beta 4';
+$OC_VersionString = '13.0.0 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [