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 04:00:27 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-23 04:00:27 +0300
commit940bc892d97b93c3c8f3d84dd0ab3bff83de8666 (patch)
tree72857926cc643c9666b57a070747fcd26cd8be42
parent88da1334f92beaac779f9527b7170e33e5131c9a (diff)
2.12.0 stable2.12.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 6be5cf6d2b..f76eb688ad 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-rc3';
+ const VERSION = '2.12.0';
public function isStableVersion($version)
{