From a4ce163b941487cb1a86990022dcf32411f67185 Mon Sep 17 00:00:00 2001 From: Jigal van Hemert Date: Sat, 27 Apr 2013 16:39:44 +0200 Subject: [PATCH] [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 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index f3e7aba..84b3f23 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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()