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 04:18:15 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-27 04:18:15 +0300
commitc326fb3037d2c0b01a735df3d219ffb714a3e154 (patch)
treed33416a2bdae9e9bbda86a48c38f9835618938f7
parent15479e3eddcee24599a5e1141f08e8973a592413 (diff)
2.12.12.12.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f96b38f70b..a676495a41 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-rc1';
+ const VERSION = '2.12.1';
public function isStableVersion($version)
{