summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-28 22:29:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-28 22:29:39 -0800
commit0aaf77ea8d60741c1fd0dc1f53729f07dfe44a4a (patch)
tree90c946dc204d394685d792753d44da7566c93f68 /CMakeLists.txt
parent037319d3ddd01ed80e58ac1e9980e11491730c90 (diff)
Bump version to 0.23.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b422ddf..13336b1 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ endif()
set(PROJECT_NAME "cmark")
set(PROJECT_VERSION_MAJOR 0)
-set(PROJECT_VERSION_MINOR 22)
+set(PROJECT_VERSION_MINOR 23)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )