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-08-14 00:40:23 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-14 00:40:23 +0400
commitd836135ed01cb638ca7d3d2d5c877c9882f41c90 (patch)
treef9e3f8264164a68deca9d44d60223795496e6f2b /core/Version.php
parent0ae7ddda803a65677f2b39cf3a2cfc042b41b6d8 (diff)
2.5.0-rc22.5.0-rc2
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4fbe428b4e..63ea9b0f31 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.5.0-rc1';
+ const VERSION = '2.5.0-rc2';
}