From 415245ee8972c14fabf5d95eafc3c34d1377f9c9 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 May 2015 03:22:26 +0200 Subject: [PATCH] bumped Symfony version to 2.3.29 --- src/Symfony/Component/HttpKernel/Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 6c8b11268e..a2d6ad8a5d 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'; - const VERSION_ID = '20328'; + const VERSION = '2.3.29-DEV'; + const VERSION_ID = '20329'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '3'; - const RELEASE_VERSION = '28'; - const EXTRA_VERSION = ''; + const RELEASE_VERSION = '29'; + const EXTRA_VERSION = 'DEV'; /** * Constructor.