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

Dmitry Dulepov typo3 at accio.lv
Mon May 8 16:37:03 CEST 2006


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

Dmitry.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)



More information about the TYPO3-team-core mailing list