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:
authormattab <matthieu.aubry@gmail.com>2014-02-04 23:44:28 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-04 23:44:28 +0400
commitf55faa82973b933ec4a7285a41a37718b50b9695 (patch)
tree7d88c2c8fed012a3de91584abac5109865e11c2e
parent5faa275e56fb328cfeeea2b91a80102461344b90 (diff)
beta8 needed with bug fixes2.0.4-b8
-rw-r--r--core/Version.php2
-rwxr-xr-xmisc/log-analytics/import_logs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Version.php b/core/Version.php
index b7cf24c5c2..a72e4d3b19 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.0.4-b7';
+ const VERSION = '2.0.4-b8';
}
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 29f5447a19..6a417acd8d 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -461,7 +461,7 @@ class Configuration(object):
option_parser.add_option(
'--replay-tracking', dest='replay_tracking',
action='store_true', default=False,
- help="Replay piwik.php requests found in custom logs (only piwik.php requests expected)"
+ help="Replay piwik.php requests found in custom logs (only piwik.php requests expected). \nSee http://piwik.org/faq/how-to/faq_17033/"
)
option_parser.add_option(
'--output', dest='output',