Skip to content

Commit

Permalink
Bump version to 0.29.0.gfm.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed May 31, 2022
1 parent dd77eb0 commit ef1cfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(cmark-gfm)
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 29)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION_GFM 3)
set(PROJECT_VERSION_GFM 4)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}.gfm.${PROJECT_VERSION_GFM})

include("FindAsan.cmake")
Expand Down

0 comments on commit ef1cfcb

Please # to comment.