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:
authormattab <matthieu.aubry@gmail.com>2014-08-14 17:52:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-08-14 17:52:42 +0400
commit053173ed93ebe7a27390f4a6a45504ae83d4bffd (patch)
tree12bef56b39422016aa630b281dd564737cc22fff
parent6e75b8397631736a3e680e841a052c09a89b98d8 (diff)
2.5.0-rc32.5.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 63ea9b0f31..48465ea952 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-rc2';
+ const VERSION = '2.5.0-rc3';
}