Fix the kernel version of 4.0

This commit is contained in:
Jérémy Marodon 2017-05-18 10:33:55 +02:00
parent d8594de9c6
commit aa223f5c6c

View File

@ -63,7 +63,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
const VERSION = '4.0.0-DEV';
const VERSION_ID = 40000;
const MAJOR_VERSION = 0;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';