bumped Symfony version to 2.0.16-DEV

This commit is contained in:
Fabien Potencier 2012-05-31 17:18:01 +02:00
parent c2480c1e73
commit 9a5e6c9081

View File

@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
protected $startTime; protected $startTime;
protected $classes; protected $classes;
const VERSION = '2.0.15'; const VERSION = '2.0.16-DEV';
const VERSION_ID = '20015'; const VERSION_ID = '20016';
const MAJOR_VERSION = '2'; const MAJOR_VERSION = '2';
const MINOR_VERSION = '0'; const MINOR_VERSION = '0';
const RELEASE_VERSION = '15'; const RELEASE_VERSION = '16';
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
/** /**
* Constructor. * Constructor.