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-15 17:05:29 +0400
committerMatthieu Aubry <matt@piwik.org>2014-08-15 17:05:29 +0400
commitc9fcd01f768cffd0a2b3cfebfd9dc4f3f24b433f (patch)
treec2faff35856d371ebe3702092afd50fbfffa9197
parent41862628c4bd943565fc7d51efb2cc4986343218 (diff)
2.5.02.5.0
ça envoie du gros
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f612a36cfb..abd38d650f 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-rc4';
+ const VERSION = '2.5.0';
}