summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-17 11:18:43 +0200
committerJoas Schilling <coding@schilljs.com>2017-05-18 10:49:04 +0200
commitdd6c9cb03d8a81c242c34f3d3c2f79090b383779 (patch)
tree10bd55943d6209369a21c3f6b9f749c7b5cd88ca /version.php
parent2259140e3b0157bd6acc80418c80a5ec05796993 (diff)
downloadnextcloud-server-dd6c9cb03d8a81c242c34f3d3c2f79090b383779.tar.gz
nextcloud-server-dd6c9cb03d8a81c242c34f3d3c2f79090b383779.zip
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,
],
];