[TASK] Update all extension versions to 6.3.0

Resolves: #59742
Releases: 6.3
Change-Id: Id6c05025873bdbdeebd74585f9bd4093657999e0
Reviewed-on: https://review.typo3.org/30965
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
This commit is contained in:
Robert van Kammen 2014-06-20 20:54:15 +02:00 committed by Anja Leichsenring
parent 5dd8d6e874
commit 39fb1c31a6
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"description": "TYPO3 Core",
"homepage": "http://typo3.org",
"license": ["GPL-3.0+"],
"version": "6.2.0",
"version": "6.3.0",
"require": {
"typo3/cms-core": "*"

View file

@ -27,10 +27,10 @@ $EM_CONF[$_EXTKEY] = array(
'clearCacheOnLoad' => 0,
'lockType' => 'system',
'author_company' => 'Web-Empowered Church',
'version' => '6.2.0',
'version' => '6.3.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
'typo3' => '6.3.0-6.3.99',
),
'conflicts' => array(),
'suggests' => array()