diff options
author | Len Brown <len.brown@intel.com> | 2018-06-20 13:55:29 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2018-06-20 13:55:29 -0400 |
commit | 73780cd816e071b0fc0f74e204a9cb30fdb291c5 (patch) | |
tree | 86336dbcd898224006d66b9ac608b7997169dae8 /tools | |
parent | 9ce80578d5f5279545c272563851d059a2359f3e (diff) |
tools/power turbostat: version 18.06.20
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 108c3bf2a67c..4d14bbbf9b63 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -5102,7 +5102,7 @@ int get_and_dump_counters(void) | |||
5102 | } | 5102 | } |
5103 | 5103 | ||
5104 | void print_version() { | 5104 | void print_version() { |
5105 | fprintf(outf, "turbostat version 18.06.01" | 5105 | fprintf(outf, "turbostat version 18.06.20" |
5106 | " - Len Brown <lenb@kernel.org>\n"); | 5106 | " - Len Brown <lenb@kernel.org>\n"); |
5107 | } | 5107 | } |
5108 | 5108 | ||