summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-09-14 13:06:22 -0400
committerAllen Winter <allen.winter@kdab.com>2019-09-14 13:06:22 -0400
commit805be190c64665702583bd3e9b86f06bd2005110 (patch)
tree6ad6ed3091bea26c0928393905d550324a545576
parent0595c7d45ef5e75705f2d80e03e5310d9f78438c (diff)
downloadlibical-git-805be190c64665702583bd3e9b86f06bd2005110.tar.gz
CMakeLists.txt, ReleaseNotes.txt - open for 3.0.7
-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 61ab244d..d5e4523c 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 "6")
+set(LIBICAL_LIB_PATCH_VERSION "7")
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 3be98e64..0332b947 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,8 +1,12 @@
Release Highlights
==================
-Version 3.0.6 (14 Sep 2019):
+Version 3.0.7 (UNRELEASED):
---------------------------
+ *
+
+Version 3.0.6 (14 Sep 2019):
+----------------------------
* Handle both COUNT and UNTIL in RRULEs
* Fix RRULE BYDAY with INTERVAL=2 conflict
* Various fuzzification fixes