diff options
author | 2018-07-27 12:55:08 -0400 | |
---|---|---|
committer | 2018-07-27 12:55:08 -0400 | |
commit | 538c48f27ac669cebd6d9abe1ce8b46d55f917ee (patch) | |
tree | e934b0c2808a19f091af1ab4c55a0bc7fba8e596 | |
parent | tools/power turbostat: Read extended processor family from CPUID (diff) | |
download | linux-rng-538c48f27ac669cebd6d9abe1ce8b46d55f917ee.tar.xz linux-rng-538c48f27ac669cebd6d9abe1ce8b46d55f917ee.zip |
tools/power turbostat: version 18.07.27
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to '')
-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) } void print_version() { - fprintf(outf, "turbostat version 18.06.20" + fprintf(outf, "turbostat version 18.07.27" " - Len Brown <lenb@kernel.org>\n"); } |