Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2020-01-14 00:55:04 +0300
committerGitHub <noreply@github.com>2020-01-14 00:55:04 +0300
commitb247f8538cd3b67b9145997f5aca929b87f4eef5 (patch)
treed899d4f989ce0afa7fd26de7f270901bf6ef495b /core/Version.php
parentdfd5f056d8e4b36297fc1858425ebf82bcabd932 (diff)
Initialise 4.x branch (#15383)
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ca16a10bc4..3ed1f570a7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,8 @@ final class Version
* The current Matomo version.
* @var string
*/
- const VERSION = '3.13.1-rc2';
+ const VERSION = '4.0.0-b1';
+ const MAJOR_VERSION = 4;
public function isStableVersion($version)
{