summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-08 20:25:10 -0700
committerMichael Forney <mforney@mforney.org>2019-04-08 20:25:10 -0700
commit728484ee05477e6adef752715c8e8ddf2413219a (patch)
tree402cc12a89524ec24202cfb1dc996958b669d12e /pkg
parent506c5cbde39615e191b0e3aa93b56fb781e4df2c (diff)
cmark: Update to 0.29.0
Diffstat (limited to 'pkg')
-rw-r--r--pkg/cmark/cmark_export.h2
-rw-r--r--pkg/cmark/cmark_version.h4
m---------pkg/cmark/src0
-rw-r--r--pkg/cmark/ver2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkg/cmark/cmark_export.h b/pkg/cmark/cmark_export.h
index 471a2345..06870918 100644
--- a/pkg/cmark/cmark_export.h
+++ b/pkg/cmark/cmark_export.h
@@ -1 +1 @@
-#define CMARK_EXPORT \ No newline at end of file
+#define CMARK_EXPORT
diff --git a/pkg/cmark/cmark_version.h b/pkg/cmark/cmark_version.h
index ed5dfb97..a8173e6c 100644
--- a/pkg/cmark/cmark_version.h
+++ b/pkg/cmark/cmark_version.h
@@ -1,2 +1,2 @@
-#define CMARK_VERSION ((0 << 16) | (28 << 8) | 3)
-#define CMARK_VERSION_STRING "0.28.3"
+#define CMARK_VERSION ((0 << 16) | (29 << 8) | 0)
+#define CMARK_VERSION_STRING "0.29.0"
diff --git a/pkg/cmark/src b/pkg/cmark/src
-Subproject 5da792fc3714f66a88aabb5d13cb0eed674cb6c
+Subproject 8daa6b1495124f0b67e6034130e12d7be83e38b
diff --git a/pkg/cmark/ver b/pkg/cmark/ver
index 0381cb3c..51d90e81 100644
--- a/pkg/cmark/ver
+++ b/pkg/cmark/ver
@@ -1 +1 @@
-0.28.3 r0
+0.29.0 r0