diff options
author | Len Brown <len.brown@intel.com> | 2021-03-12 23:30:30 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2021-05-05 00:23:15 +0200 |
commit | ba58ecde5eec898f647bba7cb07e6ec6ea1b875c (patch) | |
tree | 66b0d054565f843f28dc97b4ad3db577087b0650 /tools/power | |
parent | tools/power turbostat: Fix DRAM Energy Unit on SKX (diff) | |
download | linux-ba58ecde5eec898f647bba7cb07e6ec6ea1b875c.tar.xz linux-ba58ecde5eec898f647bba7cb07e6ec6ea1b875c.zip |
tools/power turbostat: update version number
Diffstat (limited to 'tools/power')
-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 5afe85efca5c..ace100dd5a83 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5834,7 +5834,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(outf, "turbostat version 20.09.30" + fprintf(outf, "turbostat version 21.03.12" " - Len Brown <lenb@kernel.org>\n"); } |