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-19 11:46:04 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-19 11:46:04 +0300
commita2f9c2537578786137a1a8664fdd1e47a02a8906 (patch)
tree46bbb40f57272aac8cecc66c4d3a7fea2bee8def
parentc615e7fcce4e69c928d4a40a879fbd5ed33b0c84 (diff)
2.12.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 d937eaafdd..ef5c6be2a6 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-b8';
+ const VERSION = '2.12.0-rc1';
public function isStableVersion($version)
{