Skip to content

Commit

Permalink
0.28.0.gfm.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Sep 11, 2017
1 parent 3afbcad commit e3f3a27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(PROJECT_NAME "cmark")
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 28)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_GFM 10)
set(PROJECT_VERSION_GFM 11)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM} )

option(CMARK_TESTS "Build cmark tests and enable testing" ON)
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[0.28.0.gfm.11]

* Do not output empty `<tbody>` in table extension.

[0.28.0.gfm.10]

* Fix denial of service parsing references.
Expand Down

0 comments on commit e3f3a27

Please sign in to comment.