aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2019-08-31 14:40:39 -0400
committerLen Brown <len.brown@intel.com>2019-08-31 14:48:39 -0400
commit9eb4b5180d33c827f16829644ae0cd7382ecdb82 (patch)
tree0c3f6d88ac8e5819d18637ab397c29394c7979c7 /tools/power
parenttools/power turbostat: Add support for Hygon Fam 18h (Dhyana) RAPL (diff)
downloadlinux-dev-9eb4b5180d33c827f16829644ae0cd7382ecdb82.tar.xz
linux-dev-9eb4b5180d33c827f16829644ae0cd7382ecdb82.zip
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/power')
-rw-r--r--tools/power/x86/turbostat/turbostat.c2
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");
}