Skip to content

Commit

Permalink
Bump version to 0.29.0.gfm.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anticomputer committed Sep 13, 2022
1 parent 54b422d commit d47a722
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 5)
set(PROJECT_VERSION_GFM 6)
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 d47a722

Please sign in to comment.