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:
authormattab <matthieu.aubry@gmail.com>2016-12-06 15:16:47 +0300
committermattab <matthieu.aubry@gmail.com>2016-12-06 15:16:47 +0300
commitd96661e2bd8e54c1ef022cc88e95d133d3f6c615 (patch)
tree06541e0c5bd079a8904fb3d2f82bfaf9155bda46
parent388a1000f4b101e47e7458e916c36b65e3774234 (diff)
3.0.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 d7a1318045..ab4135b6b7 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '3.0.0-b5';
+ const VERSION = '3.0.0-rc1';
public function isStableVersion($version)
{