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-10-26 00:18:09 +0300
committerGitHub <noreply@github.com>2016-10-26 00:18:09 +0300
commitbd797324492785f8e5929c2431d9330c71ba87c4 (patch)
tree030ca3416eff9724c50316505537f17f61399e6b
parent0088cd42b4a265420fca94b6ad57a686e9cde02d (diff)
2.17.0-rc12.17.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 20b0e9ae0b..015dba98d5 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.17.0-b3';
+ const VERSION = '2.17.0-rc1';
public function isStableVersion($version)
{