Skip to content

Commit 7ef1ebc

Browse files
committed
0.28.3.gfm.12
1 parent f0b8686 commit 7ef1ebc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(PROJECT_NAME "cmark")
1919
set(PROJECT_VERSION_MAJOR 0)
2020
set(PROJECT_VERSION_MINOR 28)
2121
set(PROJECT_VERSION_PATCH 3)
22-
set(PROJECT_VERSION_GFM 11)
22+
set(PROJECT_VERSION_GFM 12)
2323
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM} )
2424

2525
option(CMARK_TESTS "Build cmark tests and enable testing" ON)

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[0.28.3.gfm.12]
2+
3+
* Various security and bug fixes.
4+
15
[0.28.3]
26

37
* Include GNUInstallDirs in src/CMakeLists.txt (Nick Wellnhofer, #240).

0 commit comments

Comments
 (0)