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-10-15 07:54:55 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-15 07:54:55 +0300
commit08705a65aa0cd473155a25c686c4aa0ee23fb29c (patch)
treef9087290d734be84255908a67c61b6635024733d
parenta64ee8514f6c391cc63e3bfa46fb971eacd5349a (diff)
2.15.0-rc22.15.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 03ea72626b..b22e5c8ba6 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.15.0-rc1';
+ const VERSION = '2.15.0-rc2';
public function isStableVersion($version)
{