Add missing files.

This commit is contained in:
Black Hat
2019-02-02 20:59:27 +08:00
parent 495dbf2ba2
commit 232ae235a1
6 changed files with 4908 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#ifndef CMARK_VERSION_H
#define CMARK_VERSION_H
#define CMARK_VERSION ((0 << 16) | (28 << 8) | 3)
#define CMARK_VERSION_STRING "0.28.3"
#endif