From 71bc76e5b6c2137a62f89026b2e3cab8ccceaf35 Mon Sep 17 00:00:00 2001 From: Kay Strobach Date: Wed, 28 Jan 2015 08:10:32 +0100 Subject: [PATCH] [TASK] raise version pointers --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 7ba9b22..f747057 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'description' => 'DynCss-Parser', 'category' => 'fe', 'shy' => 0, - 'version' => '0.3.1', + 'version' => '0.7.0', 'dependencies' => 'dyncss', 'conflicts' => '', 'priority' => '', @@ -34,8 +34,8 @@ 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( - 'dyncss' => '0.3.0 - 0.3.99', - 'typo3' => '4.7.0 - 6.2.99' + 'dyncss' => '0.7.0 - 0.7.99', + 'typo3' => '6.2.9 - 7.0.99' ), 'conflicts' => array( ),