From 56bc4057e3849d38aeb5e9742bc800b0518fe1f0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 10 May 2015 17:02:48 +0200 Subject: [PATCH] updated VERSION for 2.3.28 --- 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 ce2ff1ce2f..6c8b11268e 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '2.3.28-DEV'; + const VERSION = '2.3.28'; const VERSION_ID = '20328'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '3'; const RELEASE_VERSION = '28'; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; /** * Constructor.