bumped Symfony version to 2.1.8-DEV

This commit is contained in:
Fabien Potencier 2013-01-18 00:11:33 +01:00
parent f53784913b
commit 9155a2382e

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes;
protected $errorReportingLevel;
const VERSION = '2.1.7';
const VERSION_ID = '20107';
const VERSION = '2.1.8-DEV';
const VERSION_ID = '20108';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '1';
const RELEASE_VERSION = '7';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '8';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.