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-14 09:13:10 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 09:13:10 +0400
commit2d0230148ef1ac6b12b4d8b724561ddb94d87cde (patch)
tree01798d87ac77a3c7defa98bddb30870259e62d83
parent7f59bbbf0de34a119eefc356ba09d41c03540091 (diff)
2.2.0-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 2a2ab3727b..8778b58080 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-b19';
+ const VERSION = '2.2.0-rc1';
}