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-16 08:07:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-16 08:07:01 +0400
commit65ed871eebd0030e14ff133a156aa63be4445077 (patch)
tree18d26794474c3415611495e996ae8c09b7eb00ab
parenta048e3afd90f3ad45b2c8d1997d18937790769b5 (diff)
2.0-rc22.0-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 96f53912c1..6e7e4ca7df 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-rc1';
+ const VERSION = '2.0-rc2';
}