From 3a25d369777c2924b578721bec5e3994dc95c412 Mon Sep 17 00:00:00 2001 From: CyrIng Date: Fri, 5 Apr 2024 13:55:22 +0200 Subject: [PATCH] Version 1.97.1 --- aarch64/coretypes.h | 2 +- x86_64/coretypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aarch64/coretypes.h b/aarch64/coretypes.h index ff31e863..e77e1327 100644 --- a/aarch64/coretypes.h +++ b/aarch64/coretypes.h @@ -6,7 +6,7 @@ #define COREFREQ_MAJOR 1 #define COREFREQ_MINOR 97 -#define COREFREQ_REV 0 +#define COREFREQ_REV 1 #if !defined(CORE_COUNT) #define CORE_COUNT 256 diff --git a/x86_64/coretypes.h b/x86_64/coretypes.h index 45edd0ae..02ce946d 100644 --- a/x86_64/coretypes.h +++ b/x86_64/coretypes.h @@ -6,7 +6,7 @@ #define COREFREQ_MAJOR 1 #define COREFREQ_MINOR 97 -#define COREFREQ_REV 0 +#define COREFREQ_REV 1 #if !defined(CORE_COUNT) #define CORE_COUNT 256