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-13 01:05:47 +0300
committersgiehl <stefan@piwik.org>2014-12-13 01:05:47 +0300
commit97653c51427f9c64eec717d2e7f79d2f366800e9 (patch)
tree05bc1555208043c3f171e5426e2fc91e7f66628f /core
parent719d52ba458c811e07209539211dae8015e5d30b (diff)
small adjustments
Diffstat (limited to 'core')
-rw-r--r--core/Updates/2.10.0-b7.php (renamed from core/Updates/2.10.0-b6.php)2
-rw-r--r--core/Version.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Updates/2.10.0-b6.php b/core/Updates/2.10.0-b7.php
index aac4e8b7e4..a44117fc81 100644
--- a/core/Updates/2.10.0-b6.php
+++ b/core/Updates/2.10.0-b7.php
@@ -13,7 +13,7 @@ use Piwik\DataAccess\ArchiveTableCreator;
use Piwik\Updater;
use Piwik\Updates;
-class Updates_2_10_0_b6 extends Updates
+class Updates_2_10_0_b7 extends Updates
{
static function getSql()
diff --git a/core/Version.php b/core/Version.php
index 6d2dea8e5a..7b382341ef 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-b6';
+ const VERSION = '2.10.0-b7';
}