summaryrefslogtreecommitdiffhomepage
path: root/Private/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-22 01:34:33 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-22 01:34:33 +0100
commit6f1aa4288c62580afb876fb9e35a45d022027d1d (patch)
tree5017c3d2619853c3bb7ffee17525443324acc3c2 /Private/CompilerKit
parentd091afe4f669e5f0fe60736575ff0838c512279e (diff)
NewBoot: Fetching ACPI RSDPTR with success now.
This table is needed to implement AHCI.
Diffstat (limited to 'Private/CompilerKit')
-rw-r--r--Private/CompilerKit/Version.hxx4
1 files changed, 2 insertions, 2 deletions
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"