From 6f1aa4288c62580afb876fb9e35a45d022027d1d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 22 Mar 2024 01:34:33 +0100 Subject: NewBoot: Fetching ACPI RSDPTR with success now. This table is needed to implement AHCI. --- 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 5c1e3bd0..d21cc80f 100644 --- a/Private/CompilerKit/Version.hxx +++ b/Private/CompilerKit/Version.hxx @@ -1,4 +1,4 @@ #pragma once -#define BOOTLOADER_VERSION L"v1.14.0" -#define KERNEL_VERSION "v1.14.0" +#define BOOTLOADER_VERSION L"v1.14.1" +#define KERNEL_VERSION "v1.14.1" -- cgit v1.2.3