Actions
Bug #36003
closed4.7rc1 is marked as 6.0 when installing
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2012-04-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TYPO3_BRANCH is set to 6.0 in the rc1 of 4.7.
Files
Updated by Sebastian Steinmetz over 12 years ago
change
define('TYPO3_branch', '6.0');
to
define('TYPO3_branch', '4.7');
in t3lib/config_default.php line 740
Updated by Sebastian Steinmetz over 12 years ago
hmm. packaging error? was the TYPO_4-7 branch used for packaging the RC? Because there it would have been correct..
Updated by Tanel Põld over 12 years ago
- File Picture_1.png Picture_1.png added
Benjamin Mack wrote:
The TYPO3_BRANCH is set to 6.0 in the rc1 of 4.7.
Same thing happens on 4.6 to 4.7rc1 upgrade.
Updated by Steffen Ritter over 12 years ago
- Status changed from New to Resolved
- Priority changed from Must have to Won't have this time
The RC1 indeed was a 6.0. release. RC2 was released from 4.7 branch again
Actions