summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-06 23:25:11 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-06 23:25:11 -0700
commitc64f1abf99f0f2b3bf063112c4675c70a4dce562 (patch)
tree735b4fcfe28d46584cf51c4429274d1302336cbb /CMakeLists.txt
parent5d4928aff83efdb329574d238e9c3719b4771b13 (diff)
Bump version to 0.29.0.
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 4c438b6..1107fb3 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
-project(cmark VERSION 0.28.3)
+project(cmark VERSION 0.29.0)
include("FindAsan.cmake")