From: Srinivas Pandruvada Date: Mon, 4 Nov 2019 11:02:46 +0000 (-0800) Subject: tools/power/x86/intel-speed-select: Increment version X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5c14aba77874d350db8973f4c980fd92c8b1fa07;p=linux.git tools/power/x86/intel-speed-select: Increment version Since the tool now adds support for another Intel SST implementation, increment version number. Signed-off-by: Srinivas Pandruvada Signed-off-by: Andy Shevchenko --- diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c index e0bad43697dc7..944183f9ed5a3 100644 --- a/tools/power/x86/intel-speed-select/isst-config.c +++ b/tools/power/x86/intel-speed-select/isst-config.c @@ -15,7 +15,7 @@ struct process_cmd_struct { int arg; }; -static const char *version_str = "v1.0"; +static const char *version_str = "v1.1"; static const int supported_api_ver = 1; static struct isst_if_platform_info isst_platform_info; static char *progname;