tools/power/x86/intel-speed-select: v1.21 release

This version has one fix:
- Fix restoring TRL after SST-TF disable

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
pull/1134/head
Srinivas Pandruvada 2024-11-20 08:35:40 -08:00
parent 991c8aacfb
commit 600c8f2431
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct process_cmd_struct {
int arg;
};
static const char *version_str = "v1.20";
static const char *version_str = "v1.21";
static const int supported_api_ver = 3;
static struct isst_if_platform_info isst_platform_info;