version.c 208 B

1234567891011121314151617
  1. #include "config.h"
  2. #define VERSION "3"
  3. char markdown_version[] = VERSION
  4. #if 4 != 4
  5. " TAB=4"
  6. #endif
  7. #if USE_AMALLOC
  8. " DEBUG"
  9. #endif
  10. #if CHECKBOX_AS_INPUT
  11. " GHC=INPUT"
  12. #else
  13. " GHC=ENTITY"
  14. #endif
  15. ;