[TASK] Set TYPO3 version to 7.1.0-dev

Resolves: #63547
Releases: master
Change-Id: I8f48df6de186b416e6a960e8f176afddabb5614d
Reviewed-on: http://review.typo3.org/34971
Reviewed-by: Sebastian Michaelsen <michaelsen@t3seo.de>
Tested-by: Sebastian Michaelsen <michaelsen@t3seo.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
This commit is contained in:
Alexander Opitz 2014-12-03 12:13:42 +01:00 committed by Wouter Wolters
parent 6c8745d29a
commit b7c907c8ea
2 changed files with 3 additions and 3 deletions

View file

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

View file

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