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-13 13:14:50 +0400
committerMatthieu Aubry <matt@piwik.org>2014-10-13 13:14:50 +0400
commit5a1665cc02d4e5e4ec2f4804cf9f6e1e4e5f65e9 (patch)
tree7e268cb67eea2e6e9dfdf123d1c8892aec4b7056
parent20d8a2206f812df094abe5dc35484f77938d9c53 (diff)
2.8.0-rc1 - report any bug you may find2.8.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 11701ee181..b3ccb0277a 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-b4';
+ const VERSION = '2.8.0-rc1';
}