Add missing files.
This commit is contained in:
7
include/cmark/cmark_version.h
Normal file
7
include/cmark/cmark_version.h
Normal 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
|
||||
Reference in New Issue
Block a user