From 70d0bc88a4e5c0bb71183d981823675f7a304911 Mon Sep 17 00:00:00 2001 From: "Issei.M" Date: Tue, 21 Jul 2015 14:25:30 +0900 Subject: [PATCH] fixed missing release --- CHANGELOG.md | 6 ++++++ lib/autoload/sfCoreAutoload.class.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7959ec87a..1b24f4e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ CHANGELOG ========= +18/07/2015: Version 1.5.5 +----------------------- + +* Static Code Analysis with Php Inspections #97 +* Change log level of sfException to CRITICAL #96 + 15/06/2015: Version 1.5.4 ----------------------- diff --git a/lib/autoload/sfCoreAutoload.class.php b/lib/autoload/sfCoreAutoload.class.php index 79731f6a2..d041e5534 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.5.5-DEV'); +define('SYMFONY_VERSION', '1.5.5'); /** * sfCoreAutoload class.