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-06 09:39:23 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-06 09:39:23 +0400
commit5507c298ce347ed64430dbe202beb7e268665ed8 (patch)
tree8941c704a385ae792d8f0aff8a9529c7e0cfd83a
parente817ea9df08e3bace17df4b1fd6c55ced9403b18 (diff)
2.2.12.2.1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 659adc7f66..e693bb8d75 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-rc3';
+ const VERSION = '2.2.1';
}