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>2015-07-08 15:46:20 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-08 15:46:20 +0300
commit4bb1936baf08825632328969367bcd8e6ea97d88 (patch)
tree8fa46a835b06d95c2b9a563bcf7e54fd4a5426c5
parent33c511a318d8563c6bf94ab9cbdcec78f53e2462 (diff)
2.14.0 - KABOOM!2.14.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a72daefcf9..1418d10dbe 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.14.0-rc4';
+ const VERSION = '2.14.0';
public function isStableVersion($version)
{