Skip to content

Commit 3785191

Browse files
committed
0.28.3.gfm.20
1 parent 301eefc commit 3785191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

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

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

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[pre]
1+
[0.28.3.gfm.20]
22

33
* Add tasklist extension implementation (Watson1978, #94).
44

0 commit comments

Comments
 (0)