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-27 12:09:30 +0300
committerGitHub <noreply@github.com>2017-11-27 12:09:30 +0300
commitee69dc128a856f14419cb20b3cced4baf495d7cb (patch)
tree50ce951fed2bc6977ff1a8451c4bdcf65a780d0a
parent7e1ca611f8b95341dc6f96f5dd06a7826598da93 (diff)
parent8019afb9d5bea382e0f96fe57133c60f5544c914 (diff)
Merge pull request #7261 from nextcloud/prepare-12.0.4-RC2v12.0.4RC2
Prepare 12.0.4 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 33b70c6109c..d556d4cb28a 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, 4, 0);
+$OC_Version = array(12, 0, 4, 1);
// The human readable string
-$OC_VersionString = '12.0.4 RC1';
+$OC_VersionString = '12.0.4 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [