diff options
author | Len Brown <len.brown@intel.com> | 2018-07-27 12:55:08 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2018-07-27 12:55:08 -0400 |
commit | 538c48f27ac669cebd6d9abe1ce8b46d55f917ee (patch) | |
tree | e934b0c2808a19f091af1ab4c55a0bc7fba8e596 | |
parent | 5aa3d1a20a233d4a5f1ec3d62da3f19d9afea682 (diff) |
tools/power turbostat: version 18.07.27
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 6c8effebf7c5..980bd9d20646 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -5096,7 +5096,7 @@ int get_and_dump_counters(void) | |||
5096 | } | 5096 | } |
5097 | 5097 | ||
5098 | void print_version() { | 5098 | void print_version() { |
5099 | fprintf(outf, "turbostat version 18.06.20" | 5099 | fprintf(outf, "turbostat version 18.07.27" |
5100 | " - Len Brown <lenb@kernel.org>\n"); | 5100 | " - Len Brown <lenb@kernel.org>\n"); |
5101 | } | 5101 | } |
5102 | 5102 | ||