Skip to content

Commit d793fbf

Browse files
committed
Update cmark-upstream to github/cmark-gfm@1e23082
1 parent 4e4588f commit d793fbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/commonmarker/cmark-gfm_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef CMARK_GFM_VERSION_H
22
#define CMARK_GFM_VERSION_H
33

4-
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 10)
5-
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.10"
4+
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 11)
5+
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.11"
66

77
#endif

0 commit comments

Comments
 (0)