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-01 04:07:40 +0300
committerMatthieu Aubry <matt@piwik.org>2016-04-01 04:07:40 +0300
commit432ad26af6765afa9459645c1c5dc9870b1a2f8f (patch)
treeca0eb78a70f603833a69d0f9d0e98288037a169f
parentab7be6b9ca3aba84e4daeb462d58f4a1cfa18cb9 (diff)
2.16.1-rc12.16.1-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 a07b0cca53..477c0ccd97 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-b3';
+ const VERSION = '2.16.1-rc1';
public function isStableVersion($version)
{