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-10-05 23:37:31 +0400
committersgiehl <stefan@piwik.org>2014-10-05 23:37:31 +0400
commitd923ba93e59ed334e69a4e3f795f0ca940f23bf9 (patch)
treeda7090095e9612c770f280c4c7020ebbb7afbf35 /core/Version.php
parent3dfddaf0b30582a783ff725399756299f080e445 (diff)
parent527a1c4dd01b8686d7d1aa931be49125bc51007b (diff)
Merge remote-tracking branch 'origin/master' into deprecate_usersettings
Conflicts: composer.lock core/Version.php tests/PHPUnit/Integration/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
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 94c6da9cb7..cf2377419e 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
* The current Piwik version.
* @var string
*/
- const VERSION = '2.8.0-b1';
+ const VERSION = '2.9.0-b1';
}