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:
authormattab <matthieu.aubry@gmail.com>2014-05-05 06:40:13 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 06:40:13 +0400
commitc74187b648a1453664e9144badff5e6eb761b11b (patch)
tree493fe438738bcace0c694a3668a0d51bc3a66ac9
parenteac5564bd91fed39b0cde94dfdc22f9dfaad7e18 (diff)
2.2.1-rc12.2.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 9ed087983d..5e0700e8f8 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.2.1-b4';
+ const VERSION = '2.2.1-rc1';
}