OILS
/
deps
/
source.medo
/
cmark
/ cmark_version.h
View on Github
|
oils.pub
7 lines, 5 significant
1
#ifndef
CMARK_VERSION_H
2
#define
CMARK_VERSION_H
3
4
#define
CMARK_VERSION ((0 << 16) | (29 << 8) | 0)
5
#define
CMARK_VERSION_STRING "0.29.0"
6
7
#endif