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-07 16:56:32 +0300
committerMatthieu Aubry <matt@piwik.org>2015-07-07 16:56:32 +0300
commit691492e1de5441d4336110ade1c01bd45a352b38 (patch)
tree5280bb1130fe880b27940c90ac2c2b51847a7053
parent2a43d799f43768fa3f2ea51f7461928bd15bacee (diff)
2.14.0-rc32.14.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 74eb1776cc..b017e56fbb 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-rc2';
+ const VERSION = '2.14.0-rc3';
public function isStableVersion($version)
{