From 556dfc1aa97b1f72792e46164d80601cd93c2b20 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 7 Mar 2026 05:48:47 +0100 Subject: [CHORE] Filesystem and panic dump improvements. Signed-off-by: Amlal El Mahrouss --- src/kernel/FSKit/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kernel/FSKit/Config.h') diff --git a/src/kernel/FSKit/Config.h b/src/kernel/FSKit/Config.h index f12c421b..a9f06bf5 100644 --- a/src/kernel/FSKit/Config.h +++ b/src/kernel/FSKit/Config.h @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel @@ -7,7 +7,7 @@ #include -#define FSKIT_VERSION "0.0.2" -#define FSKIT_VERSION_BCD 0x0002 +#define FSKIT_VERSION "0.0.3" +#define FSKIT_VERSION_BCD 0x0003 #endif -- cgit v1.2.3