Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: Update version
Browse files Browse the repository at this point in the history
Fair number of changes including bug fixes done to change version.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Srinivas Pandruvada authored and Andy Shevchenko committed Mar 20, 2020
1 parent 7406236 commit 1e46d1d
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.2";
static const char *version_str = "v1.3";
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 1e46d1d

Please sign in to comment.