ec_version.h 211 B

123456789101112
  1. /*
  2. * Copyright (c) 2025, sakumisu
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef EC_VERSION_H
  7. #define EC_VERSION_H
  8. #define CHERRYECAT_VERSION 0x010100
  9. #define CHERRYECAT_VERSION_STR "v1.1.0"
  10. #endif