Development

Changeset 10000

You must first sign up to be able to contribute.

Changeset 10000

Show
Ignore:
Timestamp:
06/29/08 23:24:51 (5 months ago)
Author:
fabien
Message:

first commit towards symfony 1.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2

    • Property svn:externals changed from
      doc http://svn.symfony-project.com/doc/branches/1.1/book/
      to
      doc http://svn.symfony-project.com/doc/branches/1.2/book/
  • branches/1.2/lib/autoload/sfCoreAutoload.class.php

    r9988 r10000  
    1212 * The current symfony version. 
    1313 */ 
    14 define('SYMFONY_VERSION', '1.1.1-DEV'); 
     14define('SYMFONY_VERSION', '1.2.0-DEV'); 
    1515 
    1616/**