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>2015-03-04 02:19:45 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-04 02:19:45 +0300
commitb60b66faf588d2eac10ff79fb7ca5011e299c52d (patch)
tree6b758fc64080e7172914c136467c8939ce97064d
parentb7d81332703673adfdc41e02e9f9f58dde26692a (diff)
2.11.2-rc12.11.2-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 282b299454..ec35e5562e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.11.2-b3';
+ const VERSION = '2.11.2-rc1';
public function isStableVersion($version)
{