diff --git a/Kernel.php b/Kernel.php index 774cf33f66..8ad96ec001 100644 --- a/Kernel.php +++ b/Kernel.php @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '2.4.10-DEV'; + const VERSION = '2.4.10'; const VERSION_ID = '20410'; const MAJOR_VERSION = '2'; const MINOR_VERSION = '4'; const RELEASE_VERSION = '10'; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; /** * Constructor.