-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update cmark-gfm (0.29.0.gfm.6 -> 0.29.0.gfm.13) (#63)
Fix #62
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef CMARK_GFM_VERSION_H | ||
#define CMARK_GFM_VERSION_H | ||
|
||
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 6) | ||
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.6" | ||
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 13) | ||
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.13" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef CMARK_GFM_VERSION_H | ||
#define CMARK_GFM_VERSION_H | ||
|
||
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 6) | ||
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.6" | ||
#define CMARK_GFM_VERSION ((0 << 24) | (29 << 16) | (0 << 8) | 13) | ||
#define CMARK_GFM_VERSION_STRING "0.29.0.gfm.13" | ||
|
||
#endif |
Submodule cmark
updated
from 9d57d8 to 587a12