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-02-18 07:15:03 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-18 07:15:03 +0300
commit7fa76c4ba052b579bd2710e6cdb23175e62f27a9 (patch)
tree79c8064f13f6e4d477c687b9a21406c95e206350
parent4e18d76ea45ddc73c095f96105ff242c4a22d6b7 (diff)
2.11.0 - KABOOM!2.11.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 8c817d7cfa..9561069074 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.0-rc1';
+ const VERSION = '2.11.0';
public function isStableVersion($version)
{