logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

cmark_version.h (146B)


  1. #ifndef CMARK_VERSION_H
  2. #define CMARK_VERSION_H
  3. #define CMARK_VERSION ((0 << 16) | (31 << 8) | 2)
  4. #define CMARK_VERSION_STRING "0.31.2"
  5. #endif