From ddc9a7a10870c3aab74c82de1bdf501618fd6b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= Date: Fri, 22 Mar 2024 07:27:31 +0100 Subject: [PATCH] update the SYMFONY_VERSION constant to the latest release number --- 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.