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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-12-27 16:25:33 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-02 21:34:04 +0300
commit91397d56ef51eb3fee979fc6583d3a5ea32a4721 (patch)
tree63a63bc3f4ef8c83f15633de22da9d7305862c14 /version.php
parentc347b7cc148f69f12f7d8e98e3e6fee3a026d11c (diff)
18 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a81820e8b7e..27d4309e17c 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(18, 0, 0, 7);
+$OC_Version = array(18, 0, 0, 8);
// The human readable string
-$OC_VersionString = '18.0.0 Beta4';
+$OC_VersionString = '18.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [