summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAshe Connor <kivikakk@github.com>2017-11-02 19:58:10 +1100
committerGitHub <noreply@github.com>2017-11-02 19:58:10 +1100
commit1326fd0d8d945b1eb33c5c5d2f536c6fda0201d1 (patch)
tree0177899c8713b2bf13c437c83dabd54032463d6e /CMakeLists.txt
parent9853666272e87c83050f7e30ae4b3ed9890c8c4f (diff)
parent5da792fc3714f66a88aabb5d13cb0eed674cb6c5 (diff)
Merge branch 'master' into upstream/inline-sourcepos
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 90a0f34..4eb0541 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ set(PROJECT_NAME "cmark")
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 28)
-set(PROJECT_VERSION_PATCH 0)
+set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} )
option(CMARK_TESTS "Build cmark tests and enable testing" ON)