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-08 10:14:42 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-08 10:14:42 +0400
commit5d83c81cb8e15787941225a71b9708d6e7944e4c (patch)
tree7a51d0476abf679c8747510d13eef105ed4583e8
parentd7f1330bfba70dba7af5914a376108df696d7e81 (diff)
2.2.22.2.2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 355707c7e3..3128901e44 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.2-rc1';
+ const VERSION = '2.2.2';
}