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:20:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-05 04:20:59 +0400
commit1047dcd28709f8b02e88a036747d75cc58227e34 (patch)
treefd51ba0372913bec9f4b2850ed7858e1145f7965
parent079384c2f4e0fa3c722c2ca0912dab1818dd04c0 (diff)
2.6.0-rc32.6.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 e4511c5a91..297b1ca441 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-rc2';
+ const VERSION = '2.6.0-rc3';
}