aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2018-01-28 21:54:28 -0500
committerLen Brown <len.brown@intel.com>2018-06-01 23:12:47 -0400
commit201d4f50fef3c10856022b21cfd9fd81358a62ef (patch)
treed49d006d853267469de3fda52d4f031afb476061 /tools/power
parenttools/power turbostat: Add Node in output (diff)
downloadlinux-dev-201d4f50fef3c10856022b21cfd9fd81358a62ef.tar.xz
linux-dev-201d4f50fef3c10856022b21cfd9fd81358a62ef.zip
tools/power turbostat: update version number
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 0049154929f0..d6cff3070ebd 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5009,7 +5009,7 @@ int get_and_dump_counters(void)
}
void print_version() {
- fprintf(outf, "turbostat version 17.06.23"
+ fprintf(outf, "turbostat version 18.06.01"
" - Len Brown <lenb@kernel.org>\n");
}