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:
authorMatthieu Aubry <matt@piwik.org>2015-03-09 06:50:23 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-09 06:50:23 +0300
commitadc1d4422cf34543b3cd392d2e6acc58616bb3d3 (patch)
tree5c47b1d3ae0411b208bd564445facba60e1c6b40
parentefef7e0406a2011e671cbc8dee6714fc76562784 (diff)
2.12.0-b1, with massive performance improvements2.12.0-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5831690419..0d5a9e14b9 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.11.2';
+ const VERSION = '2.12.0-b1';
public function isStableVersion($version)
{