From f5ea1305629ca444f8ced7128354283d90f5df0d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Jun 2018 18:39:24 +0200 Subject: [PATCH] Prepare v9 --- htdocs/install/check.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 10ff1b603bb..09f38fdf452 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -436,7 +436,8 @@ else array('from'=>'4.0.0', 'to'=>'5.0.0'), array('from'=>'5.0.0', 'to'=>'6.0.0'), array('from'=>'6.0.0', 'to'=>'7.0.0'), - array('from'=>'7.0.0', 'to'=>'8.0.0') + array('from'=>'7.0.0', 'to'=>'8.0.0'), + array('from'=>'8.0.0', 'to'=>'9.0.0') ); $count=0;