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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-09-20 01:19:57 +0300
committerGitHub <noreply@github.com>2016-09-20 01:19:57 +0300
commit10486f8e9e4cae49be7202cf797105fbd58555b5 (patch)
treef55b705ea439e58232d5fddaf49309bd8d13cf64
parent482d4cf085f6bcea5162c7445a5664c82d2bbdfb (diff)
parentd87bc5d4d56369a029ae9e712ca61b74364eee81 (diff)
Merge pull request #10525 from piwik/2.x-dev2.16.3-b3
Merge 2.x into master
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index f5eb167b2a..c96dce0e86 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-b2';
+ const VERSION = '2.16.3-b3';
public function isStableVersion($version)
{