Browse Source

tools/power turbostat: version 18.06.20

Signed-off-by: Len Brown <len.brown@intel.com>
Len Brown 7 years ago
parent
commit
73780cd816
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/power/x86/turbostat/turbostat.c

+ 1 - 1
tools/power/x86/turbostat/turbostat.c

@@ -5102,7 +5102,7 @@ int get_and_dump_counters(void)
 }
 
 void print_version() {
-	fprintf(outf, "turbostat version 18.06.01"
+	fprintf(outf, "turbostat version 18.06.20"
 		" - Len Brown <lenb@kernel.org>\n");
 }