Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: Update version for v5.11
Browse files Browse the repository at this point in the history
Update version for changes released with v5.11 kernel release.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/platform-driver-x86/57d6648282491906e0e1f70fe3b9a44f72cec90d.camel@intel.com/
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
  • Loading branch information
spandruvada authored and jwrdegoede committed Dec 8, 2020
1 parent 6c48322 commit 5e27cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/intel-speed-select/isst-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct process_cmd_struct {
int arg;
};

static const char *version_str = "v1.6";
static const char *version_str = "v1.7";
static const int supported_api_ver = 1;
static struct isst_if_platform_info isst_platform_info;
static char *progname;
Expand Down

0 comments on commit 5e27cb9

Please sign in to comment.