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-04 05:28:55 +0300
committerMatthieu Aubry <matt@piwik.org>2015-03-04 05:28:55 +0300
commit8914e371016a98fd4883cbe1fbe7b1aa1827c540 (patch)
tree44f1b8bb6c1f12e7edfdf9873fa16e7fdcdffc8a
parentb78eee41f23961c5ba81fbad19f7d885348711f7 (diff)
2.11.2 - Kaboom!2.11.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index ec35e5562e..5831690419 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.11.2-rc1';
+ const VERSION = '2.11.2';
public function isStableVersion($version)
{