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 06:06:51 +0300
committerMatthieu Aubry <matt@piwik.org>2016-02-04 06:06:51 +0300
commitbbb3580dbdcc6403cc19a1f8d01e7c1aaa574920 (patch)
treed66b05c1f64330ae9141b167907faaac123a8d1d
parentf5106179d3ef14cb9271ca6654abdbe6bda50e85 (diff)
2.16.0-rc32.16.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a616425c96..4ce001c4b4 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-rc2';
+ const VERSION = '2.16.0-rc3';
public function isStableVersion($version)
{