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>2013-12-20 16:09:12 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-20 16:09:12 +0400
commit2a941c21fa9050ff514e12e4dd8b108acf905930 (patch)
treee947c3c89e995f68507cb753facc9c8590468539
parent8d02c09125bdfb308bee630687c0adf730b9c241 (diff)
2.0.2 release with the only two remaining critical bug fixes from 2.0 (afaik)
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7c52f7bcaf..9a51b5b240 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -24,5 +24,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.0.1';
+ const VERSION = '2.0.2';
}