Changeset 32703
- Timestamp:
- 07/01/11 09:08:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/RELEASE_1_4_12/lib/autoload/sfCoreAutoload.class.php
r32415 r32703 12 12 * The current symfony version. 13 13 */ 14 define('SYMFONY_VERSION', '1.4.12 -DEV');14 define('SYMFONY_VERSION', '1.4.12'); 15 15 16 16 /** … … 23 23 * @subpackage autoload 24 24 * @author Fabien Potencier <fabien.potencier@symfony-project.com> 25 * @version SVN: $Id$ 25 * @version SVN: $Id: sfCoreAutoload.class.php 32415 2011-03-30 16:09:00Z Kris.Wallsmith 26 $ 26 27 */ 27 28 class sfCoreAutoload