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 07:41:26 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-19 07:41:26 +0400
commit5fd9c8133559fdc4c9e978d262c0bfaf2ec20506 (patch)
tree907e4c28f3461c0324ec59fccf143b8a0f3a92db
parentc678c1b6f8a081d43880a447954ff4d1731d8e1c (diff)
2.0.1-rc1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f9ffae193e..38383231cf 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';
+ const VERSION = '2.0.1-rc1';
}