mirror of https://gitee.com/openkylin/linux.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 <srinivas.pandruvada@linux.intel.com>
This commit is contained in:
parent
2c7dc57e9e
commit
2a76d235bc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue