[TASK] Raise sysext versions to 6.2.0

System extensions are shipped with the same version number as the TYPO3 release they belong with. Also the dependency should be sett accordingly to make clear they are not to be used with other releases.

Change-Id: I575e19bb2f2c1d0a6ee27753ec2e05dee1b2e42e
Fixes: #47644
Releases: 6.2
Reviewed-on: https://review.typo3.org/20234
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert
This commit is contained in:
Jigal van Hemert 2013-04-27 16:39:44 +02:00
parent ab7c33b3a5
commit a4ce163b94

View file

@ -27,10 +27,10 @@ $EM_CONF[$_EXTKEY] = array(
'clearCacheOnLoad' => 0,
'lockType' => 'system',
'author_company' => 'Web-Empowered Church',
'version' => '6.0.0',
'version' => '6.2.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.0.0-0.0.0'
'typo3' => '6.2.0-6.2.99',
),
'conflicts' => array(),
'suggests' => array()