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-07-06 13:20:28 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-06 13:20:28 +0300
commit35f2663c32cccf26308be7e660084305206ecd78 (patch)
tree3459a9d969ecd87ba1defdd369d28c84841071ac
parentb6da1c00b7d4eae46e8b320b5838ccd4f0a150b2 (diff)
2.14.0-rc22.14.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a9fe3f41c5..74eb1776cc 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.14.0-rc1';
+ const VERSION = '2.14.0-rc2';
public function isStableVersion($version)
{