2009-01-30 Francois Suter <francois@typo3.org>
* Fixed bug #10304: Links in the warning box are not visible as links (thanks to Georg Ringer)
+ * Fixed bug #10305: constant TYPO3_copyright_year should use the current year (thanks to Georg Ringer)
2009-01-30 Steffen Kamper <info@sk-typo3.de>
$TYPO_VERSION = '4.3-dev'; // deprecated: use the constants defined below
define('TYPO3_version', $TYPO_VERSION);
define('TYPO3_branch', '4.3');
-define('TYPO3_copyright_year', '1998-2008');
+define('TYPO3_copyright_year', '1998-' . date('Y'));
define('TYPO3_user_agent', 'User-Agent: TYPO3/'.TYPO3_version);
// Database-variables are cleared!