diff options
author | Len Brown <len.brown@intel.com> | 2017-03-05 01:26:29 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2017-04-13 03:03:50 +0300 |
commit | 5f9bf02a58f0f62d111994805212d0a775499862 (patch) | |
tree | fe5624a7142cacb46f0d6c75a936cf26468ac85d | |
parent | 95149369c1c28b10f7318dfde54018ab107277d0 (diff) | |
download | linux-5f9bf02a58f0f62d111994805212d0a775499862.tar.xz |
tools/power turbostat: update version number
Signed-off-by: Len Brown <len.brown@intel.com>
-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 0ad966114e58..b11294730771 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -4578,7 +4578,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(outf, "turbostat version 17.02.24" + fprintf(outf, "turbostat version 17.04.12" " - Len Brown <lenb@kernel.org>\n"); } |