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>2016-10-03 00:32:40 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-03 00:32:40 +0300
commitf6e2f550462f0ebd9c93a06a307d46c6f1273ba8 (patch)
tree64fee0a35f5d06532f6499c4758ad95ab622625d
parentd60c6f3bcb65f4fa0007952f16574c00c922867f (diff)
2.16.3-rc3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 15079e8aa7..39af5ee7fc 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,7 +20,7 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.16.3-rc2';
+ const VERSION = '2.16.3-rc3';
public function isStableVersion($version)
{