[TYPO3-core] TYPO3 version (CVS) and installer/TS version check
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Mon May 8 16:45:32 CEST 2006
Dmitry Dulepov schrieb:
> Hi!
>
> Martin Kutschker wrote:
>
>>IMHO it should be like this:
>>
>>TYPO3_4-0:
>>define('TYPO3_version', '4.0.1-CVS');
>>define('TYPO3_branch', '4.0-CVS');
>>
>>HEAD:
>>define('TYPO3_version', '4.1.0-CVS');
>>define('TYPO3_branch', '4.1-CVS');
>
>
> A bit confusing... I thought about:
>
> TYPO3_4-0:
> define('TYPO3_version', '4.0.1-CVS');
> define('TYPO3_branch', 'TYPO3_4-0');
>
> HEAD:
> define('TYPO3_version', '4.1.0-CVS');
> define('TYPO3_branch', 'HEAD');
You're mixing up CVS branches and release branches.
TYPO3_branch has only major and minor release number. eg
define('TYPO3_version', '3.8.1');
define('TYPO3_branch', '3.8');
Masi
More information about the TYPO3-team-core
mailing list