// 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 #ifndef FSKIT_CONFIG_H #define FSKIT_CONFIG_H #include #define FSKIT_VERSION "0.0.3" #define FSKIT_VERSION_BCD 0x0003 #endif