Author: Kris.Wallsmith Date: 2010-09-22 05:39:10 +0200 (Wed, 22 Sep 2010) New Revision: 30959
Modified: tags/RELEASE_1_3_7/lib/ tags/RELEASE_1_3_7/lib/autoload/sfCoreAutoload.class.php tags/RELEASE_1_3_7/lib/plugins/sfDoctrinePlugin/ tags/RELEASE_1_3_7/lib/plugins/sfDoctrinePlugin/lib/vendor/ Log: [1.3] updated version constant and tagged externals Property changes on: tags/RELEASE_1_3_7/lib ___________________________________________________________________ Modified: svn:externals - yaml http://svn.symfony-project.com/components/yaml/branches/1.0/lib event_dispatcher http://svn.symfony-project.com/components/event_dispatcher/branches/1.0/lib + yaml http://svn.symfony-project.com/components/yaml/tags/RELEASE_1_0_3/lib event_dispatcher http://svn.symfony-project.com/components/event_dispatcher/tags/RELEASE_1_0_0/lib Modified: tags/RELEASE_1_3_7/lib/autoload/sfCoreAutoload.class.php =================================================================== --- tags/RELEASE_1_3_7/lib/autoload/sfCoreAutoload.class.php 2010-09-22 03:26:38 UTC (rev 30958) +++ tags/RELEASE_1_3_7/lib/autoload/sfCoreAutoload.class.php 2010-09-22 03:39:10 UTC (rev 30959) @@ -11,7 +11,7 @@ /** * The current symfony version. */ -define('SYMFONY_VERSION', '1.3.7-DEV'); +define('SYMFONY_VERSION', '1.3.7'); /** * sfCoreAutoload class. Property changes on: tags/RELEASE_1_3_7/lib/plugins/sfDoctrinePlugin ___________________________________________________________________ Modified: svn:externals - i18n http://svn.symfony-project.com/branches/1.3/lib/plugins/sfPropelPlugin/i18n web http://svn.symfony-project.com/branches/1.3/lib/plugins/sfPropelPlugin/web + i18n http://svn.symfony-project.com/tags/RELEASE_1_3_7/lib/plugins/sfPropelPlugin/i18n web http://svn.symfony-project.com/tags/RELEASE_1_3_7/lib/plugins/sfPropelPlugin/web Property changes on: tags/RELEASE_1_3_7/lib/plugins/sfDoctrinePlugin/lib/vendor ___________________________________________________________________ Modified: svn:externals - doctrine http://doctrine.mirror.svn.symfony-project.com/branches/1.2/lib + doctrine http://doctrine.mirror.svn.symfony-project.com/tags/1.2.3/lib -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
