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:
authorJoas Schilling <coding@schilljs.com>2017-11-22 16:02:22 +0300
committerJoas Schilling <coding@schilljs.com>2017-11-22 16:06:07 +0300
commit2c11d62adfbe059724cdb1c6c9754ef4edb515e1 (patch)
treea2741880c29aebab54e34a1c6008c9c1a5db86e7 /version.php
parent44d6fe99efc28fc56b4f18b95b2297283798bd50 (diff)
Allow migration from upcoming 10.0.4 ownCloud release
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/version.php b/version.php
index 0227815bd82..33b70c6109c 100644
--- a/version.php
+++ b/version.php
@@ -41,6 +41,7 @@ $OC_VersionCanBeUpgradedFrom = [
'10.0.1.5' => true,
'10.0.2.1' => true,
'10.0.3.3' => true,
+ '10.0.4' => true, // TODO adjust to 4 digits once it is final
],
];