Skip to content

Commit f65e131

Browse files
committed
tools/power/x86/intel-speed-select: Update version for v5.9
Update version for changes released with v5.9 kernel release. Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 32279be commit f65e131

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.4";
18+
static const char *version_str = "v1.5";
1919
static const int supported_api_ver = 1;
2020
static struct isst_if_platform_info isst_platform_info;
2121
static char *progname;

0 commit comments

Comments
 (0)