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-24 11:46:34 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-24 11:46:34 +0400
commit1b66b7c8c0fe6ba9806b197130b5a9bd9c823dae (patch)
treefface8fb2afacc9d77e3a20a0e0689d6bdb3aaeb
parenta22207b89cf5259b035c33e98c95a845820e4486 (diff)
2.3.0-rc42.3.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 ad441f7f4f..6bfdfb97c7 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.3.0-rc3';
+ const VERSION = '2.3.0-rc4';
}