From 329aba58b63b9fd442eed95eaf8c0690ab967fed Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Thu, 2 Mar 2023 15:44:56 +0100 Subject: [PATCH] Update version to 5.0.0 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 4b5fc06..359be58 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,10 +8,10 @@ 'author_email' => 'sfroemken@jweiland.net', 'author_company' => 'jweiland.net', 'state' => 'stable', - 'version' => '4.0.1', + 'version' => '5.0.0', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.19-10.4.99', + 'typo3' => '10.4.36-11.5.99', 'maps2' => '8.0.0-0.0.0', 'glossary2' => '5.0.0-0.0.0', ],