diff options
author | Len Brown | 2019-08-31 14:40:39 -0400 |
---|---|---|
committer | Len Brown | 2019-08-31 14:48:39 -0400 |
commit | 9eb4b5180d33c827f16829644ae0cd7382ecdb82 (patch) | |
tree | 0c3f6d88ac8e5819d18637ab397c29394c7979c7 /tools | |
parent | c1c10cc77883932abdb7b103687ecbb01e80bef9 (diff) |
tools/power turbostat: update version number
Today is 19.08.31, at least in some parts of the world.
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 e8b6c608d6d1..b2a86438f074 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5306,7 +5306,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(outf, "turbostat version 19.03.20" + fprintf(outf, "turbostat version 19.08.31" " - Len Brown <lenb@kernel.org>\n"); } |