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 <matt@piwik.org>2016-02-04 09:09:00 +0300
committerMatthieu Aubry <matt@piwik.org>2016-02-04 09:09:00 +0300
commit2491e6bfcf61984b0f0f3387e1496815e809c6cc (patch)
tree2b3ee919e4742e6648d04df4a4d6adb6c97b2bf0
parent849fb67de1eb60902bedc1b758e7d997aa3a8231 (diff)
2.16.02.16.0
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 98a39f9995..7725230d97 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.0-rc4';
+ const VERSION = '2.16.0';
public function isStableVersion($version)
{