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-09-05 04:31:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-05 04:31:25 +0400
commit52d5922e4ea9431fde637d8d2c61ecd46e0efdb3 (patch)
tree3e944cb70aae4586becc9a4aa03c884b48528c62
parent0ce035b88ec5055dd147654613a42fd83d9dbb75 (diff)
2.6.0 is almost here2.6.0-rc4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 297b1ca441..4aecceee7b 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.6.0-rc3';
+ const VERSION = '2.6.0-rc4';
}