diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 23:25:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 23:25:11 -0700 |
commit | c64f1abf99f0f2b3bf063112c4675c70a4dce562 (patch) | |
tree | 735b4fcfe28d46584cf51c4429274d1302336cbb /CMakeLists.txt | |
parent | 5d4928aff83efdb329574d238e9c3719b4771b13 (diff) |
Bump version to 0.29.0.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
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") |