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 01:40:42 +0300
committerGitHub <noreply@github.com>2016-07-25 01:40:42 +0300
commitb01f381152b7d17f78449f641c2c05b0d00eb2a2 (patch)
tree956fca3b094d5907aad4786ebf1e7e65b14e9dd4
parent755dcf042d201810cbe07e90f74c84a3777f46d6 (diff)
2.16.2-rc12.16.2-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index b5fc1c1569..62d67e263f 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-b6';
+ const VERSION = '2.16.2-rc1';
public function isStableVersion($version)
{