mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
8 lines
146 B
C
8 lines
146 B
C
#ifndef CMARK_VERSION_H
|
|
#define CMARK_VERSION_H
|
|
|
|
#define CMARK_VERSION ((0 << 16) | (31 << 8) | 2)
|
|
#define CMARK_VERSION_STRING "0.31.2"
|
|
|
|
#endif
|