diff options
author | Len Brown <len.brown@intel.com> | 2019-03-20 23:23:25 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2019-03-20 23:23:25 -0400 |
commit | 0f71d089c912769251c992b8f7dcd508a472fe10 (patch) | |
tree | 75b632290cb7b20fb3220f960fed068251876248 /tools/power/x86/turbostat/turbostat.c | |
parent | 5ea7647b333f3580697edaaf2b17a2f6d29a82f1 (diff) | |
download | linux-0f71d089c912769251c992b8f7dcd508a472fe10.tar.bz2 |
tools/power turbostat: update version number
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/x86/turbostat/turbostat.c')
-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 442af7892402..8d176b10daec 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5278,7 +5278,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(outf, "turbostat version 18.07.27" + fprintf(outf, "turbostat version 19.03.20" " - Len Brown <lenb@kernel.org>\n"); } |