summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 20:36:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 20:36:13 -0800
commit75609bfa7ca68527357e1787ec8ffbd7e04a6dc0 (patch)
treeee1cc1c33b6380380b4d63b4ce58cd0a833cabcc /CMakeLists.txt
parent86c4b10ddd510240c383ef8874ded2ba1b407e88 (diff)
Updated version in CMakeLists.txt.
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 61f1a90..00c5d8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ endif()
set(PROJECT_NAME "cmark")
set(PROJECT_VERSION_MAJOR 0)
-set(PROJECT_VERSION_MINOR 16)
+set(PROJECT_VERSION_MINOR 17)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )