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-05-08 06:00:35 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-08 06:00:35 +0400
commit89cd955006d4ff758b133c1f22344794622ff7f6 (patch)
tree2a300df18871165b7928ae88389467f6ab9f87f8 /core/Version.php
parentb639dca576db2af6c67ddf096827b809a03c83b1 (diff)
2.2.2-rc1
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 45f570f705..355707c7e3 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.2-b1';
+ const VERSION = '2.2.2-rc1';
}