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-16 18:52:07 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-16 18:52:07 +0300
commit662da46454078fdccb99d344d7e201f9f3d4254d (patch)
tree2f1fbb4e5bda866bc8ad26678069780314b05222
parent01dd02d2ca5f84161f14bba4870ef173b3d2883a (diff)
2.14.1 stable release2.14.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 3616eabe4d..a9b1f6abdc 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.1-rc1';
+ const VERSION = '2.14.1';
public function isStableVersion($version)
{