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-04 02:36:03 +0400
committerMatthieu Aubry <matt@piwik.org>2014-09-04 02:36:03 +0400
commit0a7cb9196fbfe9cb36eff46b44e05599c0fed86d (patch)
treed3cd5df86d2ae71a1dd0bcb800f1a216e40593c9
parent20371deb868a3cc48b2996a904fac5430afdbaf9 (diff)
2.6.0-rc12.6.0-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 843a22004b..ea36355f8b 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-b1';
+ const VERSION = '2.6.0-rc1';
}