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-10-14 08:39:01 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-14 08:39:01 +0400
commitf047905b4d58618c2e39f93b8c94f3b6db9a7375 (patch)
treed2720c08045f5291c7b2133f4fa966c16eb0a27e
parent0b1a854192dce024cdfc35097fbd15e2eff5bd25 (diff)
2.8.0-rc22.8.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 b3ccb0277a..ea432d46a0 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.8.0-rc1';
+ const VERSION = '2.8.0-rc2';
}