From 75ec461eeaa851cb5c53f4cfffc434e3e529ed1d Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 21:10:04 +0200 Subject: Restructures the project source and cleans up a bit --- lib/cmark/src/cmark_version.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/cmark/src/cmark_version.h (limited to 'lib/cmark/src/cmark_version.h') diff --git a/lib/cmark/src/cmark_version.h b/lib/cmark/src/cmark_version.h new file mode 100644 index 0000000..21de71a --- /dev/null +++ b/lib/cmark/src/cmark_version.h @@ -0,0 +1,7 @@ +#ifndef CMARK_VERSION_H +#define CMARK_VERSION_H + +#define CMARK_VERSION ((0 << 16) | (29 << 8) | 0) +#define CMARK_VERSION_STRING "0.29.0" + +#endif // CMARK_VERSION_H -- cgit v1.2.3