summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-01-17 12:21:34 -0500
committerAllen Winter <allen.winter@kdab.com>2022-01-17 12:21:34 -0500
commita4a00e7a56e306e0375f443643963e9d0f9c6762 (patch)
treede44dbeed1c7323096fa99fbe473ba56478e587c
parenta8034ce04de60d71bbcd2c6bd0df7056160007c9 (diff)
downloadlibical-git-a4a00e7a56e306e0375f443643963e9d0f9c6762.tar.gz
CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.14
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt4
2 files changed, 5 insertions, 1 deletions
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