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-23 06:53:27 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-23 06:53:27 +0300
commit9d8eaf0da30fd3db1870659e7236a292149bfd9b (patch)
tree6e65dd1746037d2f30c9c57d7835eb9137c0ee8f
parentd75ec977fc20c1b2f6d03dce2df2621572606cda (diff)
2.11.12.11.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 5c60d11132..2c5aaa2664 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.1-rc1';
+ const VERSION = '2.11.1';
public function isStableVersion($version)
{