diff options
author | Len Brown <len.brown@intel.com> | 2015-05-27 18:00:39 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2015-05-27 18:04:01 -0400 |
commit | a68c7c3ff0469d79993ee85e8e0a3a9a568ce350 (patch) | |
tree | 4f70325d0fad1c95f58be253ca4a932393b77460 /tools/power | |
parent | 7ce7d5de6dd08ee2a713ef13f4499073b4a72b7f (diff) | |
download | linux-a68c7c3ff0469d79993ee85e8e0a3a9a568ce350.tar.bz2 |
tools/power turbostat: update version number to 4.7
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power')
-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 68e77fdd4c04..323b65edfc97 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -3014,7 +3014,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(stderr, "turbostat version 4.5 2 Apr, 2015" + fprintf(stderr, "turbostat version 4.7 27-May, 2015" " - Len Brown <lenb@kernel.org>\n"); } |