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:
authorThomas Steur <thomas.steur@googlemail.com>2014-11-06 23:01:13 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-11-06 23:07:35 +0300
commit6b9c69b2b5da44ac73b3c1c07813b996d1563b99 (patch)
tree2083a090490e1e391b7dd52e3614206ce2d15719
parent1621ad96b9cb582608e75e0357c152d4517484fb (diff)
refs #6417 moved update to b7 as b6 was released
-rw-r--r--core/Updates/2.9.0-b7.php (renamed from core/Updates/2.9.0-b4.php)2
-rw-r--r--core/Version.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Updates/2.9.0-b4.php b/core/Updates/2.9.0-b7.php
index 8aab257694..1efcf8360c 100644
--- a/core/Updates/2.9.0-b4.php
+++ b/core/Updates/2.9.0-b7.php
@@ -14,7 +14,7 @@ use Piwik\Db;
use Piwik\Updater;
use Piwik\Updates;
-class Updates_2_9_0_b4 extends Updates
+class Updates_2_9_0_b7 extends Updates
{
static function getSql()
{
diff --git a/core/Version.php b/core/Version.php
index fc28e76169..ba95441792 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.9.0-b6';
+ const VERSION = '2.9.0-b7';
}