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
(from parent 1:
fcea25b
)
Updating version number to 4.5-dev after release of 4.5.0alpha1
author
Ernesto Baschny
<ernst@cron-it.de>
Tue, 24 Aug 2010 14:44:36 +0000
(14:44 +0000)
committer
Ernesto Baschny
<ernst@cron-it.de>
Tue, 24 Aug 2010 14:44:36 +0000
(14:44 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8686
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
2e458f3
..
8764bc9
100644
(file)
--- a/
t3lib/config_default.php
+++ b/
t3lib/config_default.php
@@
-391,7
+391,7
@@
$TYPO3_CONF_VARS = array(
$T3_VAR = array(); // Initialize.
// TYPO3 version
-$TYPO_VERSION = '4.5
.0alpha1';
// deprecated: use the constants defined below
+$TYPO_VERSION = '4.5
-dev';
// deprecated: use the constants defined below
define('TYPO3_version', $TYPO_VERSION);
define('TYPO3_branch', '4.5');
define('TYPO3_copyright_year', '1998-2010');