diff options
author | Len Brown <len.brown@intel.com> | 2017-05-28 00:24:58 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2017-06-24 23:03:42 -0400 |
commit | f7d44a8f3fd7f13770470a306a233acbaad5e96d (patch) | |
tree | cf5e8a92cb702a42d5b72e7e6a5e37c535b45529 /tools | |
parent | f26b151977447be3b86f92c91e1caedc9b5eb8bf (diff) |
tools/power turbostat: update version number
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-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 33992a93148b..0dafba2c1e7d 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -4634,7 +4634,7 @@ int get_and_dump_counters(void) | |||
4634 | } | 4634 | } |
4635 | 4635 | ||
4636 | void print_version() { | 4636 | void print_version() { |
4637 | fprintf(outf, "turbostat version 17.04.12" | 4637 | fprintf(outf, "turbostat version 17.06.23" |
4638 | " - Len Brown <lenb@kernel.org>\n"); | 4638 | " - Len Brown <lenb@kernel.org>\n"); |
4639 | } | 4639 | } |
4640 | 4640 | ||