build_info.c 444 B

123456789101112131415161718192021
  1. /*
  2. * build_info.c
  3. *
  4. * Written & released by Keir Fraser <keir.xen@gmail.com>
  5. *
  6. * This is free and unencumbered software released into the public domain.
  7. * See the file COPYING for more details, or visit <http://unlicense.org>.
  8. */
  9. const uint8_t fw_major = FW_MAJOR;
  10. const uint8_t fw_minor = FW_MINOR;
  11. /*
  12. * Local variables:
  13. * mode: C
  14. * c-file-style: "Linux"
  15. * c-basic-offset: 4
  16. * tab-width: 4
  17. * indent-tabs-mode: nil
  18. * End:
  19. */