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-05-17 12:18:43 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-18 11:49:04 +0300
commitdd6c9cb03d8a81c242c34f3d3c2f79090b383779 (patch)
tree10bd55943d6209369a21c3f6b9f749c7b5cd88ca /version.php
parent2259140e3b0157bd6acc80418c80a5ec05796993 (diff)
Allow migrating from ownCloud 10.0.0
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 37e15f35e1f..8673939044f 100644
--- a/version.php
+++ b/version.php
@@ -37,6 +37,7 @@ $OC_VersionCanBeUpgradedFrom = [
'12.0' => true,
],
'owncloud' => [
+ '10.0.0.12' => true,
],
];