From 485c3d975ee2421398f7a550f7a1699c741bb5f7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 11 Jul 2012 20:25:42 +0200 Subject: [PATCH] bumped Symfony version to 2.0.17-DEV --- 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 38c48ff3d2..30b49b40bb 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface protected $startTime; protected $classes; - const VERSION = '2.0.16'; - const VERSION_ID = '20016'; + const VERSION = '2.0.17-DEV'; + const VERSION_ID = '20017'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '0'; - const RELEASE_VERSION = '16'; - const EXTRA_VERSION = ''; + const RELEASE_VERSION = '17'; + const EXTRA_VERSION = 'DEV'; /** * Constructor.