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
1 changed files with 4 additions and 4 deletions

View File

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