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:08:14 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-05 04:08:14 +0400
commit079384c2f4e0fa3c722c2ca0912dab1818dd04c0 (patch)
tree2cf9cbfd8692b0dfd2cfa4435fee1745d32325a6
parent76002402144f7207830f60fe7b1ee54d8b81c2bc (diff)
2.6.0-rc22.6.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ea36355f8b..e4511c5a91 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-rc1';
+ const VERSION = '2.6.0-rc2';
}