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>2014-09-24 03:46:22 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-24 03:46:22 +0400
commitf2331d3d7252e04345fe40b1bdce86b5ad2e4b0a (patch)
tree6e2b5bd0decff77f1f6fdf090196101cf88b289b
parent811886ca1fbf7e8edeb766c0eb36580a97b3ee73 (diff)
2.7.0-rc12.7.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 74fe81461f..d5140249c5 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.7.0-b4';
+ const VERSION = '2.7.0-rc1';
}