Skip to content

Commit 7244720

Browse files
committed
tools/power/x86/intel-speed-select: v1.16 release
This version addresses issues with core power configuration for non CPU dies. Also address issue with JSON formatting of output. Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent fcf1278 commit 7244720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct process_cmd_struct {
1515
int arg;
1616
};
1717

18-
static const char *version_str = "v1.15";
18+
static const char *version_str = "v1.16";
1919

2020
static const int supported_api_ver = 2;
2121
static struct isst_if_platform_info isst_platform_info;

0 commit comments

Comments
 (0)