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-12 04:57:56 +0300
committerMatthieu Aubry <matt@piwik.org>2015-10-12 04:57:56 +0300
commitee64a5f2780c4a31d4c2a72bf6501c187668aa0b (patch)
tree342a59c1c545b2b65dbb4a48bb59f22a939eaa2a
parente51b9963c1d3870934059276f61377faae5d916e (diff)
2.15.0-b192.15.0-b19
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index df50388701..e3cbcf0817 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-b18';
+ const VERSION = '2.15.0-b19';
public function isStableVersion($version)
{