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

View File

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