diff options
author | Len Brown <len.brown@intel.com> | 2015-09-26 16:49:55 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2015-09-26 16:49:55 +0300 |
commit | af71b980c0d20586cc331b617c47094a8ec7e1db (patch) | |
tree | f048312095458ace4c7ecd65708105ff0c3bac33 /tools/power/x86/turbostat/turbostat.c | |
parent | a2b7b74945dbfe5d734eafe8aa52f9f1f8bc6931 (diff) | |
download | linux-af71b980c0d20586cc331b617c47094a8ec7e1db.tar.xz |
tools/power turbosat: 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 31d756b4ea78..bde0ef1a63df 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -3119,7 +3119,7 @@ int get_and_dump_counters(void) } void print_version() { - fprintf(stderr, "turbostat version 4.7 17-June, 2015" + fprintf(stderr, "turbostat version 4.8 26-Sep, 2015" " - Len Brown <lenb@kernel.org>\n"); } |