From dae3224f889cbfad395e208580e641b0939cc20c Mon Sep 17 00:00:00 2001 From: Iltar van der Berg Date: Tue, 7 Oct 2014 16:11:37 +0200 Subject: [PATCH] Fixed the SYMFONY_CONSTANT version 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 7aa75b0678..c8dd3f6dc9 100644 --- a/lib/autoload/sfCoreAutoload.class.php +++ b/lib/autoload/sfCoreAutoload.class.php @@ -11,7 +11,7 @@ /** * The current symfony version. */ -define('SYMFONY_VERSION', '1.4.20'); +define('SYMFONY_VERSION', '1.4.26'); /** * sfCoreAutoload class.