From 3968f00539be5e14bfcb681a3bb2429a7cacb349 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 10 Oct 2013 08:56:48 +0200 Subject: [PATCH] updated VERSION for 2.0.25 --- src/Symfony/Component/HttpKernel/Kernel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index b30fb474051..d9d67397c9a 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -56,11 +56,11 @@ abstract class Kernel implements KernelInterface protected $startTime; protected $classes; - const VERSION = '2.0.24'; - const VERSION_ID = '20024'; + const VERSION = '2.0.25'; + const VERSION_ID = '20025'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '0'; - const RELEASE_VERSION = '24'; + const RELEASE_VERSION = '25'; const EXTRA_VERSION = ''; /**