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
path: root/core
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-12-08 01:15:35 +0300
committersgiehl <stefan@piwik.org>2014-12-08 01:15:59 +0300
commit4af22dfde7e3901d83b54fbd951a54c05edb3693 (patch)
tree0d4b6559f8d610a0efc8016b619ec8fc6148e824 /core
parent4e2205e95b13f09529d742d58dc0684119e131da (diff)
fix problem in api for fallback to old browser/os archives
Diffstat (limited to 'core')
-rw-r--r--core/Updates/2.10.0-b5.php (renamed from core/Updates/2.10.0-b1.php)2
-rw-r--r--core/Version.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Updates/2.10.0-b1.php b/core/Updates/2.10.0-b5.php
index dc7f482b1a..1cbcb0e353 100644
--- a/core/Updates/2.10.0-b1.php
+++ b/core/Updates/2.10.0-b5.php
@@ -40,7 +40,7 @@ use Piwik\Plugins\Dashboard\Model AS DashboardModel;
* contains DevicesDetection data. Day archives will always contain full data, but week/month/year archives may not.
* So we need to recreate those week/month/year archives.
*/
-class Updates_2_10_0_b1 extends Updates
+class Updates_2_10_0_b5 extends Updates
{
static function getSql()
diff --git a/core/Version.php b/core/Version.php
index 0585736f6d..4c3de8b7df 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-b4';
+ const VERSION = '2.10.0-b5';
}