summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/FSKit/Config.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-07 05:51:28 +0100
committerGitHub <noreply@github.com>2026-03-07 05:51:28 +0100
commit1fc1b9c7e89d4691c82cc434d43bbfdc221cb5b1 (patch)
tree6eb3c152045f42a639bfb7f400fd773f9e86c862 /src/kernel/FSKit/Config.h
parent54340d14d5231c4756800a327b54ec285cb7662a (diff)
parent556dfc1aa97b1f72792e46164d80601cd93c2b20 (diff)
Merge pull request #126 from ne-foss-org/filesystem-kit-bump
[CHORE] Filesystem and panic dump improvements.
Diffstat (limited to 'src/kernel/FSKit/Config.h')
-rw-r--r--src/kernel/FSKit/Config.h6
1 files changed, 3 insertions, 3 deletions
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 <NeKit/Config.h>
-#define FSKIT_VERSION "0.0.2"
-#define FSKIT_VERSION_BCD 0x0002
+#define FSKIT_VERSION "0.0.3"
+#define FSKIT_VERSION_BCD 0x0003
#endif