bumped Symfony version to 2.3.4-DEV

This commit is contained in:
Fabien Potencier 2013-08-07 20:24:16 +02:00
parent 17aefe6c8e
commit 6cc192957d

View File

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