From 5a85c2a0e57c7f07864cad6146e0feaa13cf9d25 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Fri, 27 Apr 2012 15:58:17 +0300 Subject: [PATCH] bump master branch to version 2.2 --- src/Symfony/Component/HttpKernel/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 7fdb5466d1..b3ab97c41a 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -58,7 +58,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $classes; protected $errorReportingLevel; - const VERSION = '2.1.0-DEV'; + const VERSION = '2.2.0-DEV'; /** * Constructor.