There was an error while loading. Please reload this page.
1 parent 6e14d67 commit 11ae9c9Copy full SHA for 11ae9c9
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.16-DEV';
+ const VERSION = '2.0.16';
60
const VERSION_ID = '20016';
61
const MAJOR_VERSION = '2';
62
const MINOR_VERSION = '0';
63
const RELEASE_VERSION = '16';
64
- const EXTRA_VERSION = 'DEV';
+ const EXTRA_VERSION = '';
65
66
/**
67
* Constructor.
0 commit comments