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>2015-10-09 00:42:44 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-09 00:42:44 +0300
commit2ba4fb0a08495d25c5dad5d6fbfe4e9a4edda896 (patch)
treea79624ee6ccd57a8bb06e1b2dfa3d610da034f6e
parent4432578633498ef0d145b8a3b2345afbb640663b (diff)
2.15.0-b172.15.0-b17
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index dd1ae538d2..e742ae2082 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.15.0-b16';
+ const VERSION = '2.15.0-b17';
public function isStableVersion($version)
{