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 <rullzer@users.noreply.github.com>2017-11-20 14:59:47 +0300
committerGitHub <noreply@github.com>2017-11-20 14:59:47 +0300
commitb8d3577b92094bfcefd4cd740c1e3895e852dc26 (patch)
treef74dab59add1f8040b367b19b03c7fc45c1baaa5
parent6bfeec049eb134db6f29355a8b02df29ba5aeb53 (diff)
parentf6573ca72e9ab5d2989024e1717953238390603b (diff)
Merge pull request #7225 from nextcloud/12.0.4RC-versionv12.0.4RC1
12.0.4 RC
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8ab59760128..0227815bd82 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(12, 0, 3, 3);
+$OC_Version = array(12, 0, 4, 0);
// The human readable string
-$OC_VersionString = '12.0.3';
+$OC_VersionString = '12.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [