From 80056f7c8dd921d9b2eb7e39cd4d63f95e50ab28 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 30 Jun 2016 19:37:06 +0200 Subject: [PATCH] bumped Symfony version to 3.1.3 --- 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 37e3e6ddfc..47f5a28dc4 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '3.1.2'; - const VERSION_ID = 30102; + const VERSION = '3.1.3-DEV'; + const VERSION_ID = 30103; const MAJOR_VERSION = 3; const MINOR_VERSION = 1; - const RELEASE_VERSION = 2; - const EXTRA_VERSION = ''; + const RELEASE_VERSION = 3; + const EXTRA_VERSION = 'DEV'; const END_OF_MAINTENANCE = '01/2017'; const END_OF_LIFE = '07/2017';