From: Srinivas Pandruvada Date: Tue, 22 Dec 2020 10:38:49 +0000 (-0800) Subject: tools/power/x86/intel-speed-select: Update version to 1.8 X-Git-Tag: v5.12-rc1~123^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a76d235bc7eac32af08af4c7554b74c7540471f;p=thirdparty%2Fkernel%2Flinux.git tools/power/x86/intel-speed-select: Update version to 1.8 Update version for changes released with v5.12 kernel release. Signed-off-by: Srinivas Pandruvada --- diff --git a/tools/power/x86/intel-speed-select/isst-config.c b/tools/power/x86/intel-speed-select/isst-config.c index b3e30f00ce221..582feb88eca34 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.7"; +static const char *version_str = "v1.8"; static const int supported_api_ver = 1; static struct isst_if_platform_info isst_platform_info; static char *progname;