There was an error while loading. Please reload this page.
1 parent c2480c1 commit 9a5e6c9Copy full SHA for 9a5e6c9
src/Symfony/Component/HttpKernel/Kernel.php
@@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
56
protected $startTime;
57
protected $classes;
58
59
- const VERSION = '2.0.15';
60
- const VERSION_ID = '20015';
+ const VERSION = '2.0.16-DEV';
+ const VERSION_ID = '20016';
61
const MAJOR_VERSION = '2';
62
const MINOR_VERSION = '0';
63
- const RELEASE_VERSION = '15';
64
- const EXTRA_VERSION = '';
+ const RELEASE_VERSION = '16';
+ const EXTRA_VERSION = 'DEV';
65
66
/**
67
* Constructor.
0 commit comments