From ed41ac89eb0221b564c833546dbd5f9f36640a63 Mon Sep 17 00:00:00 2001 From: Wouter Wolters Date: Mon, 15 Jun 2015 23:15:37 +0200 Subject: [PATCH] [TASK] Update TYPO3 version in ext_emconf.php and composer.json Resolves: #67478 Releases: master Change-Id: I49cebb422ff87d245d757f7736a3b8b969e8b243 Reviewed-on: http://review.typo3.org/40273 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack --- composer.json | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7151e89..4daf01b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "TYPO3 Core", "homepage": "http://typo3.org", "license": ["GPL-3.0+"], - "version": "7.3.0", + "version": "7.4.0", "require": { "typo3/cms-core": "*" diff --git a/ext_emconf.php b/ext_emconf.php index 94c8483..1a597be 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array( 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '7.3.0', + 'version' => '7.4.0', 'constraints' => array( 'depends' => array( - 'typo3' => '7.3.0-7.3.99', + 'typo3' => '7.4.0-7.4.99', ), 'conflicts' => array(), 'suggests' => array(),