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-04-14 12:05:01 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 12:05:01 +0400
commite3efda0492c51cfb786f67419ea3a94c76f15e25 (patch)
tree484d4766c9599bf29459c169aef341b35d225cd0
parenteb4566a33dd1dadbc8f731ba5dc31079d787b433 (diff)
2.2.0-rc2 with working "forgot my password" feature2.2.0-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 8778b58080..84bade0c68 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.0-rc1';
+ const VERSION = '2.2.0-rc2';
}