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-16 07:54:08 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-16 07:54:08 +0300
commitfc8dc5516445f8cb859117f5162e805124d4bf3a (patch)
treee46350405fe45e4ed9f3c5b327060b1fb12ad0c3
parent57d3e10376bdde32e4c03c647144ee56e4f57075 (diff)
2.12.0-b42.12.0-b4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3474cbf56b..38aa0ff562 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.12.0-b3';
+ const VERSION = '2.12.0-b4';
public function isStableVersion($version)
{