projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f9411d
)
Updating version number to 4.2-dev after release of 4.2.0beta2
author
Ingo Renner
<ingo.renner@typo3.org>
Fri, 22 Feb 2008 21:33:37 +0000
(21:33 +0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Fri, 22 Feb 2008 21:33:37 +0000
(21:33 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3270
709f56b5
-9817-0410-a4d7-
c38de5d9e867
t3lib/config_default.php
patch
|
blob
|
history
diff --git
a/t3lib/config_default.php
b/t3lib/config_default.php
index
8a8c197
..
e7c1413
100755
(executable)
--- a/
t3lib/config_default.php
+++ b/
t3lib/config_default.php
@@
-276,7
+276,7
@@
$TYPO3_CONF_VARS = Array(
$T3_VAR = array(); // Initialize.
// TYPO3 version
-$TYPO_VERSION = '4.2
.0beta2';
// 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-2008');