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-11-25 05:35:06 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-25 05:35:06 +0300
commit28cd18984c35099921fedfefa6c045a538713871 (patch)
tree1e4ff7852ab21547538f9cfcabfa2bbfcc137c5f
parent01137cbe80eab5c6f66cab87b053115a7454d936 (diff)
2.15.1-b32.15.1-b3
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 67dae7e2db..8abb8083fb 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.1-b2';
+ const VERSION = '2.15.1-b3';
public function isStableVersion($version)
{