bumped Symfony version to 2.3.19

This commit is contained in:
Fabien Potencier 2014-07-15 21:58:41 +02:00
parent 75e07e6bde
commit ace5a29867
1 changed files with 4 additions and 4 deletions

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.3.18';
const VERSION_ID = '20318';
const VERSION = '2.3.19-DEV';
const VERSION_ID = '20319';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '18';
const EXTRA_VERSION = '';
const RELEASE_VERSION = '19';
const EXTRA_VERSION = 'DEV';
/**
* Constructor.