We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301eefc commit 3785191Copy full SHA for 3785191
CMakeLists.txt
@@ -19,7 +19,7 @@ set(PROJECT_NAME "cmark-gfm")
19
set(PROJECT_VERSION_MAJOR 0)
20
set(PROJECT_VERSION_MINOR 28)
21
set(PROJECT_VERSION_PATCH 3)
22
-set(PROJECT_VERSION_GFM 19)
+set(PROJECT_VERSION_GFM 20)
23
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM} )
24
25
option(CMARK_TESTS "Build cmark-gfm tests and enable testing" ON)
changelog.txt
@@ -1,4 +1,4 @@
1
-[pre]
+[0.28.3.gfm.20]
2
3
* Add tasklist extension implementation (Watson1978, #94).
4
0 commit comments