From a4a00e7a56e306e0375f443643963e9d0f9c6762 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 17 Jan 2022 12:21:34 -0500 Subject: CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dad87cda..762f7f4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,7 +112,7 @@ endif() set(LIBICAL_LIB_MAJOR_VERSION "3") set(LIBICAL_LIB_MINOR_VERSION "0") -set(LIBICAL_LIB_PATCH_VERSION "13") +set(LIBICAL_LIB_PATCH_VERSION "14") set(LIBICAL_LIB_VERSION_STRING "${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}" ) -- cgit v1.2.1