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-19 08:10:34 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-19 08:10:34 +0400
commitbf5b4fe63cb31c89be841a75cbfc69e76877636d (patch)
tree6ee828ca1dcc14788b87f44569a4ecd906ff590b
parent39cd56dbdbd4fa14dd05b817536dd976f099b5df (diff)
2.0.1 follow up release with bug fixes!
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index faca781658..7c52f7bcaf 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-rc2';
+ const VERSION = '2.0.1';
}