There was an error while loading. Please reload this page.
1 parent 9e54d6c commit 348babcCopy full SHA for 348babc
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.17-DEV';
+ const VERSION = '2.0.17';
60
const VERSION_ID = '20017';
61
const MAJOR_VERSION = '2';
62
const MINOR_VERSION = '0';
63
const RELEASE_VERSION = '17';
64
- const EXTRA_VERSION = 'DEV';
+ const EXTRA_VERSION = '';
65
66
/**
67
* Constructor.
0 commit comments