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-27 01:23:20 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-27 01:23:20 +0300
commitf8dafa37d5a0710912b641743f16ccffc47cf72e (patch)
treede1b7860670cf3ba89219a411db4702c59dba04e
parent223d5cf615324a194c869258d46ae94883111795 (diff)
2.12.1-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 2414a43ea9..f96b38f70b 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.1-b1';
+ const VERSION = '2.12.1-rc1';
public function isStableVersion($version)
{