Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3942ed8 authored by Len Brown's avatar Len Brown
Browse files

tools/power turbostat: version 17.02.24



The turbostat before this last set of changes is obsolete.
This new version can do a lot more, but it also has
some different defaults, that might catch some off-guard.
So it seems a good time to give a new version number.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 5f3aea57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4578,7 +4578,7 @@ int get_and_dump_counters(void)
}

void print_version() {
	fprintf(outf, "turbostat version 4.17 10 Jan 2017"
	fprintf(outf, "turbostat version 17.02.24"
		" - Len Brown <lenb@kernel.org>\n");
}