summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-06 18:47:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-06 18:54:37 -0700
commit7d3fc1e3d39e57eed84e6918b2e7d38b0186319d (patch)
tree3c4e6f243e658b121103c72e110ad484bbca3964 /CMakeLists.txt
parentc98120014c0bff78062f477b9b59224e55ae5a31 (diff)
Updated version to 0.20.0.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4ebe92..7813ca1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ endif()
set(PROJECT_NAME "cmark")
set(PROJECT_VERSION_MAJOR 0)
-set(PROJECT_VERSION_MINOR 19)
+set(PROJECT_VERSION_MINOR 20)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )