summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-12-15 07:53:03 -0500
committerAllen Winter <allen.winter@kdab.com>2019-12-15 07:53:03 -0500
commit0824ddfbf1159690dffe8514d0182fcab952da0e (patch)
tree55a2448065c21794bdcd4199877e4a3224e2c0a2
parent9a04ea7d96b4c517802608d71d1879c285cd2157 (diff)
downloadlibical-git-0824ddfbf1159690dffe8514d0182fcab952da0e.tar.gz
CMakeLists.txt, ReleaseNotes.txt - open for 3.0.8
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5cff0ae7..ec16ba5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -107,7 +107,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "7")
+set(LIBICAL_LIB_PATCH_VERSION "8")
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 2e59c57f..03c3e1c9 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,8 +1,12 @@
Release Highlights
==================
-Version 3.0.7 (15 December 2019):
+Version 3.0.8 (UNRELEASED):
---------------------------
+ *
+
+Version 3.0.7 (15 December 2019):
+---------------------------------
* libical-glib: Fix ICalAttach handling of the icalattach native structure
* Let icalattach_new_from_data() use the 'free_fn' argument again
* Fix memory leaks in attachment handling and elsewhere