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 <mattab@users.noreply.github.com>2016-07-25 03:56:21 +0300
committerGitHub <noreply@github.com>2016-07-25 03:56:21 +0300
commit7a07b9de2b7310242df36331a77be41249ad4bcf (patch)
tree8fc3951e17704ce5eb875646eb35fe1d8781506e
parent13390b735ed559091eaf18c823cbc402026938d4 (diff)
2.16.2-rc22.16.2-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 62d67e263f..cd0575702e 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.2-rc1';
+ const VERSION = '2.16.2-rc2';
public function isStableVersion($version)
{