Browse Source

tools/power turbostat: version 18.07.27

Signed-off-by: Len Brown <len.brown@intel.com>
Len Brown 7 years ago
parent
commit
538c48f27a
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

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