[TASK] Update version number of all sysexts to 6.0.0

Fixes: #41261
Releases: 6.0

Change-Id: I6d60c27cf34161b5c9f4e0174e99de3811e87c42
Reviewed-on: http://review.typo3.org/14929
Reviewed-by: Wouter Wolters
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
This commit is contained in:
Markus Klein 2012-09-22 18:58:21 +02:00 committed by Christian Kuhn
parent 0dcb973b0f
commit c0d4310a28

View file

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