Skip to content

Commit

Permalink
Update cmark-upstream to github/cmark-gfm@ef1cfcb
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed May 31, 2022
1 parent 84f7673 commit 3c2a8cc
Show file tree
Hide file tree
Showing 3 changed files with 2,441 additions and 2,453 deletions.
4 changes: 2 additions & 2 deletions ext/commonmarker/cmark-gfm_version.h
@@ -1,7 +1,7 @@
#ifndef CMARK_GFM_VERSION_H
#define CMARK_GFM_VERSION_H

#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 3)
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.3"
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 4)
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.4"

#endif
2 changes: 1 addition & 1 deletion ext/commonmarker/cmark-upstream

0 comments on commit 3c2a8cc

Please sign in to comment.