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:23:12 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-16 18:23:12 +0300
commit01dd02d2ca5f84161f14bba4870ef173b3d2883a (patch)
tree558cecf865de1d31bc793455029d031809b31cd7
parentebbe91595a549a8d705e92e161297ff895a55105 (diff)
2.14.1-rc12.14.1-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 95d69a31e7..3616eabe4d 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-b2';
+ const VERSION = '2.14.1-rc1';
public function isStableVersion($version)
{