From 387e759a8ece46f415da40292650d204eff912bd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Jan 2023 10:40:54 -0800 Subject: [PATCH] Bump to 0.30.3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ec1c1a..0a4a4be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.7) -project(cmark VERSION 0.30.2) +project(cmark VERSION 0.30.3) include("FindAsan.cmake") include(GNUInstallDirs)