/* * Copyright (c) mlibc & plct lab * * SPDX-License-Identifier: MIT * * Change Logs: * Date Author Notes * 2023/07/03 bernard the first verison */ #ifndef __VERSION_H__ #define __VERSION_H__ #define MLIBC_VERSION_STR "0.0.1" #endif