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-04-25 08:54:48 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-05-09 17:13:44 +0300
commit6b6ba81d3aaca052ae5ad83a08eece718766b4ae (patch)
tree57395c510ebb50074d25dbdf11f79731487a110a /version.php
parentbb94888f3338d8b6f125a655dd51b520ab1f1ba2 (diff)
15.0.8 RC1
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 c326675f93b..4738dc1359c 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(15, 0, 7, 1);
+$OC_Version = array(15, 0, 8, 0);
// The human readable string
-$OC_VersionString = '15.0.7';
+$OC_VersionString = '15.0.8 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [