diff options
author | Len Brown <len.brown@intel.com> | 2018-01-28 21:54:28 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2018-06-01 23:12:47 -0400 |
commit | 201d4f50fef3c10856022b21cfd9fd81358a62ef (patch) | |
tree | d49d006d853267469de3fda52d4f031afb476061 /tools/power/x86 | |
parent | 012350411b09a57e0f15eb438e3c9b877cdc66a1 (diff) | |
download | blackbird-obmc-linux-201d4f50fef3c10856022b21cfd9fd81358a62ef.tar.gz blackbird-obmc-linux-201d4f50fef3c10856022b21cfd9fd81358a62ef.zip |
tools/power turbostat: update version number
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86')
-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 0049154929f0..d6cff3070ebd 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5009,7 +5009,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(outf, "turbostat version 17.06.23" + fprintf(outf, "turbostat version 18.06.01" " - Len Brown <lenb@kernel.org>\n"); } |