*/
static protected function defineBaseConstants() {
// This version, branch and copyright
- define('TYPO3_version', '6.0.0beta1');
+ define('TYPO3_version', '6.0-dev');
define('TYPO3_branch', '6.0');
define('TYPO3_copyright_year', '1998-2012');
// TYPO3 external links
// Security related constant: List of file extensions that should be registered as php script file extensions
define('PHP_EXTENSIONS_DEFAULT', 'php,php3,php4,php5,php6,phpsh,inc,phtml');
// List of extensions required to run the core
- define('REQUIRED_EXTENSIONS', 'core,backend,frontend,cli,integrity,cms,lang,sv,extensionmanager,recordlist,extbase,fluid');
+ define('REQUIRED_EXTENSIONS', 'core,backend,frontend,cli,integrity,cms,lang,sv,extensionmanager,recordlist,extbase,fluid,cshmanual');
// Operating system identifier
// Either "WIN" or empty string
define('TYPO3_OS', self::getTypo3Os());