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-06-26 08:51:52 +0300
committerMatthieu Aubry <matt@piwik.org>2015-06-26 08:51:52 +0300
commit4de4986a3c0936dfa1eece2159231899ebf70066 (patch)
tree704b49ab20ed90461dbcf92f771d8c73a881fcec
parent21829729dddc5427189697243a7f32abb21928ec (diff)
2.14.0-rc12.14.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 cb3147a069..a9fe3f41c5 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-b10';
+ const VERSION = '2.14.0-rc1';
public function isStableVersion($version)
{