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 +- ReleaseNotes.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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}" ) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index db84624a..e69bb845 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,6 +1,10 @@ Release Highlights ================== +Version 3.0.13 (UNRELEASED): +---------------------------- + * + Version 3.0.13 (17 January 2022): --------------------------------- * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY -- cgit v1.2.1