summaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2018-01-28 21:54:28 -0500
committerLen Brown <len.brown@intel.com>2018-06-01 23:12:47 -0400
commit201d4f50fef3c10856022b21cfd9fd81358a62ef (patch)
treed49d006d853267469de3fda52d4f031afb476061 /tools/power
parent012350411b09a57e0f15eb438e3c9b877cdc66a1 (diff)
tools/power turbostat: update version number
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
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)
5009} 5009}
5010 5010
5011void print_version() { 5011void print_version() {
5012 fprintf(outf, "turbostat version 17.06.23" 5012 fprintf(outf, "turbostat version 18.06.01"
5013 " - Len Brown <lenb@kernel.org>\n"); 5013 " - Len Brown <lenb@kernel.org>\n");
5014} 5014}
5015 5015