tools/power/x86/intel-speed-select: v1.10 release
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 10 Jun 2021 21:36:35 +0000 (14:36 -0700)
committerHans de Goede <hdegoede@redhat.com>
Fri, 18 Jun 2021 13:29:32 +0000 (15:29 +0200)
This release adds following change:
- Fix reporting of memory frequency

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
tools/power/x86/intel-speed-select/isst-config.c

index d4f0a7872e49310b49c5cf1eec3b17942cb1b7fc..bf9fd3549a1d5e837c73e24ae35f3ef13d918d69 100644 (file)
@@ -15,7 +15,7 @@ struct process_cmd_struct {
        int arg;
 };
 
-static const char *version_str = "v1.9";
+static const char *version_str = "v1.10";
 static const int supported_api_ver = 1;
 static struct isst_if_platform_info isst_platform_info;
 static char *progname;