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>2016-02-04 07:47:50 +0300
committerMatthieu Aubry <matt@piwik.org>2016-02-04 07:47:50 +0300
commit849fb67de1eb60902bedc1b758e7d997aa3a8231 (patch)
tree3ff51d7c178c5809b1b9a948dc5a0a03a6f04663
parent54a0d4ca4770c7538772434eaa12f15ed02d4e2c (diff)
2.16.0-rc42.16.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 4ce001c4b4..98a39f9995 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.16.0-rc3';
+ const VERSION = '2.16.0-rc4';
public function isStableVersion($version)
{