From 59765f81c540d19bd3808b5dcf5173fd66c92c29 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 Jan 2016 11:59:21 +0100 Subject: [PATCH] Prepare 4.0 dev --- 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 81a950d3f81..9e21b994780 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -391,7 +391,8 @@ else array('from'=>'3.5.0', 'to'=>'3.6.0'), array('from'=>'3.6.0', 'to'=>'3.7.0'), array('from'=>'3.7.0', 'to'=>'3.8.0'), - array('from'=>'3.8.0', 'to'=>'3.9.0') + array('from'=>'3.8.0', 'to'=>'3.9.0'), + array('from'=>'3.9.0', 'to'=>'4.0.0') ); $count=0;