From 8800e66010214384e75f933830ca5585e1ae3060 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Jun 2021 13:06:41 -0700 Subject: [PATCH] Update version to 0.30.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3edd749d..538ba3586 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0) -project(cmark VERSION 0.29.0) +project(cmark VERSION 0.30.0) include("FindAsan.cmake") include(GNUInstallDirs)