[TYPO3-core] TYPO3 version (CVS) and installer/TS version check

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Mon May 8 15:28:01 CEST 2006


Franz Holzinger schrieb:
> Hello Martin ,
> 
> 
>>1) the version is 4.0-CVS but should IMHO be 4.0.1-CVS
>> 
>>
> 
> I do not think so.
> 
> 4.0-CVS is for 4.0.1 and 4.0.x as well.

So you can never tell which version you are using!

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');

CVS, ALPHA, BETA and RC must be suffices to both version and branch.

Masi



More information about the TYPO3-team-core mailing list