Skip to content

Commit

Permalink
Bump version to 0.18.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 1, 2015
1 parent 9988c15 commit 0e5a058
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 @@ -10,7 +10,7 @@ set(PROJECT_NAME "cmark")

set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 18)
set(PROJECT_VERSION_PATCH 2)
set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )

add_subdirectory(src)
Expand Down

0 comments on commit 0e5a058

Please sign in to comment.