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-17 08:28:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-17 08:28:45 +0400
commit9f5bdef17fa2dec2c203454564dd65347fc04a36 (patch)
treee0382a048cdfd172d6ad45d005e9ebb7cb21cce8
parent0a01b80d672cd08506993e70977b7bce9a38f4bc (diff)
Last RC :) 2.2.0-rc42.2.0-rc4
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 7c3f4bb26f..8678891bdf 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-rc3';
+ const VERSION = '2.2.0-rc4';
}