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-16 07:57:29 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-16 07:57:29 +0300
commit375b0143fc6ee15339f062fde51f24e0116b5f68 (patch)
treec4d52c88fc021aae812fbfc01d4c4cd5705f2f78
parent256da08b84bb4ef3921d8ed62f57387a997b4a0f (diff)
2.11.0-rc12.11.0-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 111d8f9605..8c817d7cfa 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-b7';
+ const VERSION = '2.11.0-rc1';
public function isStableVersion($version)
{