From 0c9ba112fc2d7ed21796079fb66c5e592943c701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= Date: Wed, 27 Mar 2024 13:28:31 +0100 Subject: [PATCH] Fix: update the SYMFONY_VERSION constant to the latest release number (#355) --- lib/autoload/sfCoreAutoload.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/autoload/sfCoreAutoload.class.php b/lib/autoload/sfCoreAutoload.class.php index 91bbd192e..e13b737c3 100755 --- a/lib/autoload/sfCoreAutoload.class.php +++ b/lib/autoload/sfCoreAutoload.class.php @@ -9,7 +9,7 @@ */ // The current symfony version. -define('SYMFONY_VERSION', '1.5.16-dev'); +define('SYMFONY_VERSION', '1.5.20-dev'); /** * sfCoreAutoload class.