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-07 06:30:21 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-07 06:30:21 +0400
commit60ea28605144bb827ff9be48803ad2088a0b6db1 (patch)
tree51a4a32f7ad6ba9dc244719212587ac252dd126d
parent12a1c2e2606c8236f241078b76e0049c992ffba7 (diff)
2.2.2-b12.2.2-b1
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index e693bb8d75..45f570f705 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.1';
+ const VERSION = '2.2.2-b1';
}