From 88a6833e17fca54756db2fe72ef5dd675a1961e6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 7 Aug 2013 17:57:43 +0200 Subject: [PATCH] updated VERSION for 2.2.5 --- src/Symfony/Component/HttpKernel/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 777660ecee..e1961da51d 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -62,12 +62,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $classes; protected $errorReportingLevel; - const VERSION = '2.2.5-DEV'; + const VERSION = '2.2.5'; const VERSION_ID = '20205'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '2'; const RELEASE_VERSION = '5'; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; /** * Constructor.