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-13 16:39:25 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-13 16:39:25 +0400
commite121d445b20285ddf75fc51100dfb8c36002bd94 (patch)
treee1d3b6b2a5d4201bd8484e481b5e103c42f0a0f0
parente189538841c6c3b2b806c24d02db265428564c63 (diff)
2.5.0-rc12.5.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 4cd3f0a1b8..4fbe428b4e 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-b3';
+ const VERSION = '2.5.0-rc1';
}