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-04-11 04:57:46 +0300
committerMatthieu Aubry <matt@piwik.org>2016-04-11 04:57:46 +0300
commitda1c75c89b66d2dea111ecf6d907d4c43e645fa1 (patch)
tree934650d9335438269f2d0661ce4f2e506d94d746
parent225870137b423c6a330f78003717a234c3908176 (diff)
2.16.1-rc22.16.1-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 477c0ccd97..a4c331c271 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.1-rc1';
+ const VERSION = '2.16.1-rc2';
public function isStableVersion($version)
{