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-09-05 06:13:36 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-05 06:13:36 +0400
commit49dd2a66b84627224524ce34c7c0bdcd6e85bb39 (patch)
tree5b4827ef72fa247e5d965faa23ed380829af52d8
parent52d5922e4ea9431fde637d8d2c61ecd46e0efdb3 (diff)
2.6.02.6.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 4aecceee7b..5da0fc0837 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-rc4';
+ const VERSION = '2.6.0';
}