__version.h 272 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) mlibc & plct lab
  3. *
  4. * SPDX-License-Identifier: MIT
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2023/07/03 bernard the first verison
  9. */
  10. #ifndef __VERSION_H__
  11. #define __VERSION_H__
  12. #define MLIBC_VERSION_STR "0.0.1"
  13. #endif