From e40a4a27cdddbf12a79b594774f0509969b58d26 Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Fri, 27 Apr 2007 18:42:36 +0000 Subject: [PATCH] Revert changes caused by the releasing script which we tested today... Thanks Sebastian for the fantastic work git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2273 709f56b5-9817-0410-a4d7-c38de5d9e867 --- t3lib/config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t3lib/config_default.php b/t3lib/config_default.php index 6521501f4de4..505429d1e3f2 100755 --- a/t3lib/config_default.php +++ b/t3lib/config_default.php @@ -254,7 +254,7 @@ $TYPO3_CONF_VARS = Array( $T3_VAR = array(); // Initialize. // TYPO3 version -$TYPO_VERSION = '4.2.0snapshot-20070427'; // deprecated: use the constants defined below +$TYPO_VERSION = '4.2-dev'; // deprecated: use the constants defined below define('TYPO3_version', $TYPO_VERSION); define('TYPO3_branch', '4.2'); define('TYPO3_copyright_year', '1998-2007'); -- 2.20.1