From f77a876e0ac2611079ee188933f0f3de222dd08a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 Feb 2024 14:26:58 +0100 Subject: HCoreKrnl\HAL\IDT: Work in progress patch(fix) of HCore interrupt system on x86. Signed-off-by: Amlal El Mahrouss --- Private/CompilerKit/Version.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/CompilerKit') diff --git a/Private/CompilerKit/Version.hxx b/Private/CompilerKit/Version.hxx index 66f9a749..d29e0543 100644 --- a/Private/CompilerKit/Version.hxx +++ b/Private/CompilerKit/Version.hxx @@ -1,4 +1,4 @@ #pragma once -#define BOOTLOADER_VERSION L"v1.13" -#define KERNEL_VERSION "v1.13" +#define BOOTLOADER_VERSION L"v1.13.A" +#define KERNEL_VERSION "v1.13.A" -- cgit v1.2.3