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-01-27 07:59:26 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-27 07:59:26 +0300
commitf8d3e6fad11413cbeef5eb71080773dadf944012 (patch)
tree969ddeab0dc70f91fe967e1f3dbff2c61bc6beb1
parentf03c048a2061c867a2758729bc9d2225eee176be (diff)
2.16.0-rc12.16.0-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 c367f710ed..cb523213d6 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-b6';
+ const VERSION = '2.16.0-rc1';
public function isStableVersion($version)
{