Allow migration 3.6x to 3.7.0
This commit is contained in:
parent
a432e57b12
commit
9fa3d8ddd1
@ -3,7 +3,7 @@
|
|||||||
* Copyright (C) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2005 Marc Barilley / Ocebo <marc@ocebo.com>
|
* Copyright (C) 2005 Marc Barilley / Ocebo <marc@ocebo.com>
|
||||||
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
|
||||||
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2013-2014 Juanjo Menent <jmenent@2byte.es>
|
||||||
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
|
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -393,7 +393,8 @@ else
|
|||||||
array('from'=>'3.2.0', 'to'=>'3.3.0'),
|
array('from'=>'3.2.0', 'to'=>'3.3.0'),
|
||||||
array('from'=>'3.3.0', 'to'=>'3.4.0'),
|
array('from'=>'3.3.0', 'to'=>'3.4.0'),
|
||||||
array('from'=>'3.4.0', 'to'=>'3.5.0'),
|
array('from'=>'3.4.0', 'to'=>'3.5.0'),
|
||||||
array('from'=>'3.5.0', 'to'=>'3.6.0')
|
array('from'=>'3.5.0', 'to'=>'3.6.0'),
|
||||||
|
array('from'=>'3.6.0', 'to'=>'3.7.0')
|
||||||
);
|
);
|
||||||
|
|
||||||
$count=0;
|
$count=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user