bumped Symfony version to 2.3.3-DEV

This commit is contained in:
Fabien Potencier 2013-07-17 10:47:37 +02:00
parent b82eb2f371
commit 40f7e6875f

View File

@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $classes; protected $classes;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.3.2'; const VERSION = '2.3.3-DEV';
const VERSION_ID = '20302'; const VERSION_ID = '20303';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '3'; const MINOR_VERSION = '3';
const RELEASE_VERSION = '2'; const RELEASE_VERSION = '3';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.