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 | |
parent | 9ce80578d5f5279545c272563851d059a2359f3e (diff) | |
download | linux-73780cd816e071b0fc0f74e204a9cb30fdb291c5.tar.bz2 |
tools/power turbostat: version 18.06.20
Signed-off-by: Len Brown <len.brown@intel.com>
-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) } void print_version() { - fprintf(outf, "turbostat version 18.06.01" + fprintf(outf, "turbostat version 18.06.20" " - Len Brown <lenb@kernel.org>\n"); } |