[TASK] Update version number for master to 7

Update version number of all sysext and dependency definitions.

Resolves: #62341
Releases: master
Change-Id: Ic8b1b8ead08432917a28b226bbb43347dac42087
Reviewed-on: http://review.typo3.org/33395
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
This commit is contained in:
Markus Klein 2014-10-20 02:24:11 +02:00 committed by Wouter Wolters
parent 95c11059a0
commit 7a7d6c8069
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.3.0",
"version": "7.0.0",
"require": {
"typo3/cms-core": "*"

View file

@ -10,10 +10,10 @@ $EM_CONF[$_EXTKEY] = array(
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '6.3.0',
'version' => '7.0.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.3.0-6.3.99',
'typo3' => '7.0.0-7.0.99',
),
'conflicts' => array(),
'suggests' => array(),