summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2015-01-23 14:28:13 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2015-01-23 14:28:13 -0800
commitc2bc068ab8f8e95a4708fd5dd4dbf16bc39cf517 (patch)
tree6d4eead0a57a667105806eee6126b83e5f0d9fba /CMakeLists.txt
parent6002fdbc030bb1c93f100d2b6a4df5cefec963f1 (diff)
Set version in CMakeLists to 0.16.0.
See #296.
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 a6caee6..61f1a90 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 1)
+set(PROJECT_VERSION_MINOR 16)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )