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:
authorLukas Reschke <lukas@statuscode.ch>2017-04-18 12:08:40 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-18 12:08:40 +0300
commit84383bc31645b2abc16f9a8975dac8dc92f794a1 (patch)
treee437693653545b3bbadac834e4683d14dc947aed
parentfbbcc1ccf4191c78b0c9c7abdbaab194bf3ac8da (diff)
11.0.3RC2v11.0.3RC2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b93e7485483..1b040c58687 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(11, 0, 3, 0);
+$OC_Version = array(11, 0, 3, 1);
// The human readable string
-$OC_VersionString = '11.0.3 RC1';
+$OC_VersionString = '11.0.3 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [