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-02 15:11:28 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-02 15:11:28 +0300
commite92991856cb7fee4280749ee5d631c2f7495a16d (patch)
tree6109f647bf8fcd146e37059309b2be3c7a6d7281
parentae209c63c8761dade0737f6d2de6c65b146b2e2e (diff)
2.15.0-b152.15.0-b15
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 1798e41b56..c9a04c200a 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-b14';
+ const VERSION = '2.15.0-b15';
public function isStableVersion($version)
{