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:07:32 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-19 08:07:32 +0400
commit39cd56dbdbd4fa14dd05b817536dd976f099b5df (patch)
tree39c1237f8a19562e436fa607160ddd662705d6e2
parent3910272e8c2a2fa5d0ad5dab54365a0215c6eee7 (diff)
2.0.1-rc22.0.1-rc2
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 38383231cf..faca781658 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-rc1';
+ const VERSION = '2.0.1-rc2';
}