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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-04-11 06:01:19 +0300
committermattab <matthieu.aubry@gmail.com>2016-04-11 06:01:19 +0300
commitc9df6bf6c4858e2c467c336c2644d505c3d60cab (patch)
tree7e38761455cb2bfc240f565871754533151ab0ee /core
parentd5a329b285acafbb71c498a9b0dab3511a4ee45c (diff)
2.16.1
Diffstat (limited to 'core')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index a4c331c271..2ea21ee1a5 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.1-rc2';
+ const VERSION = '2.16.1';
public function isStableVersion($version)
{