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-20 12:24:23 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-20 12:24:23 +0300
commitc63514c099509bef2a9445bc30d661cf23e9686c (patch)
tree67343284869bfe8d0dcfd2c7f093f8a66956b75f
parentf7e22679ad208fb54becffcb424d881dd5b3a912 (diff)
2.15.0-rc4 - maybe the last RC for 2.15.0!2.15.0-rc4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 0142222387..a7e2c4e8b9 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-rc3';
+ const VERSION = '2.15.0-rc4';
public function isStableVersion($version)
{