fix major version constant

This commit is contained in:
Christian Flothmann
2019-04-18 09:50:46 +02:00
parent f54b53af03
commit 57b0a8b935
+1 -1
View File
@@ -43,7 +43,7 @@ class Environment
{
const VERSION = '1.39.2-DEV';
const VERSION_ID = 13902;
const MAJOR_VERSION = 2;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 39;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';