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:15:14 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-23 06:15:14 +0300
commit55e4b67ea25277acfccdced8316dd4b340b866f5 (patch)
tree9b2b13bdecda3c345a620e85e67a7570db04f6cb
parent03f08f4187d14cf0296c3a73663251ff08bfeede (diff)
2.11.1-rc12.11.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index c7b71ca986..5c60d11132 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-b4';
+ const VERSION = '2.11.1-rc1';
public function isStableVersion($version)
{