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>2014-04-16 14:00:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-16 14:00:49 +0400
commit637ac3910439857eb9b738b4c5e7275c1cd28600 (patch)
tree80eef1d347ce20dc65101f3a6f02f895615efd84
parentb814811f817cfa5a63b0401f701d763ad5cfaa4d (diff)
2.2.0-rc32.2.0-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 84bade0c68..7c3f4bb26f 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.2.0-rc2';
+ const VERSION = '2.2.0-rc3';
}