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:
authorsgiehl <stefan@piwik.org>2014-12-21 00:10:01 +0300
committersgiehl <stefan@piwik.org>2014-12-21 00:10:01 +0300
commit30bec38c4f36254f26097f810aaf139e9a42a61d (patch)
tree7b05b61672567972630f0f8e07360912b0e8d299 /core/Version.php
parent5bc86c2e9a9baf5ac227fb87ea25847f7a5067dd (diff)
moved browser plugin reports to an own plugin 'DevicePlugins'
Diffstat (limited to 'core/Version.php')
-rw-r--r--core/Version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Version.php b/core/Version.php
index 5edf0e5dba..334d7bf818 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -20,5 +20,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.10.0-b9';
+ const VERSION = '2.10.0-b10';
}