Spectral/include/cmark/cmark_version.h

8 lines
146 B
C
Raw Normal View History

2019-02-02 12:59:27 +00:00
#ifndef CMARK_VERSION_H
#define CMARK_VERSION_H
#define CMARK_VERSION ((0 << 16) | (28 << 8) | 3)
#define CMARK_VERSION_STRING "0.28.3"
#endif