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-23 01:07:37 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-23 01:07:37 +0300
commit8d7ea7651840a95cc1e117b52335a95c625f211a (patch)
tree80e2fc0a6f4c99a5888835c4308c62e6137da683
parent2aed127e94ae5525c944f8455db469774e713195 (diff)
2.12.0-rc32.12.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 4169941b6a..6be5cf6d2b 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.12.0-rc2';
+ const VERSION = '2.12.0-rc3';
public function isStableVersion($version)
{