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 04:24:15 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-24 04:24:15 +0400
commitf18342fa57d4defc6e4648b6e17b8fca227646a5 (patch)
tree220ca08312c2e5ae959e21045bc98073d42a7f5a
parent43716dff5f97d75ee4e215178ff8d52b5d0c373c (diff)
2.7.0-rc22.7.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index d5140249c5..002bbed959 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-rc1';
+ const VERSION = '2.7.0-rc2';
}