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>2014-03-04 06:42:46 +0400
committerMatthieu Aubry <matt@piwik.org>2014-03-04 06:42:46 +0400
commit33d7ba823cf582c2e3d4fc80953318b0b1552ade (patch)
treeb6227924a90efc8e46bde0483e714ce13a64acce
parent18928589a5a035b543138c240545a5f63b0f0af6 (diff)
2.1.0-rc112.1.0-rc11
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 690f589ab5..248032f0ca 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.1.0-rc10';
+ const VERSION = '2.1.0-rc11';
}