diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-26 13:19:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-26 13:19:54 -0700 |
commit | 284e544f1bce98558bc696caced656e565f31c08 (patch) | |
tree | d25d576eea40bda0c294a1865a9ae67db42cd426 /CMakeLists.txt | |
parent | 359fb5b47365abaebb1b76ae52aeb27efdd39ae7 (diff) |
Version bump to 0.25.2.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d3f6232..2ab6a72 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(PROJECT_NAME "cmark") set(PROJECT_VERSION_MAJOR 0) set(PROJECT_VERSION_MINOR 25) -set(PROJECT_VERSION_PATCH 1) +set(PROJECT_VERSION_PATCH 2) set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} ) option(CMARK_TESTS "Build cmark tests and enable testing" ON) |