summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-06 15:02:50 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-06 15:02:50 -0400
commita3757f078af3049bd6dbab377b13e7cecd08eb31 (patch)
tree108df4133824b8fd1302d3933a6d49f7b0d53eaa
parent7cd9816bc4d21bcb4684c09e662d0faaecc8cf2d (diff)
downloadlibical-git-a3757f078af3049bd6dbab377b13e7cecd08eb31.tar.gz
This would become version 3.0.16
-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 01af3490..d0d986ba 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 "15")
+set(LIBICAL_LIB_PATCH_VERSION "16")
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 d5a0c52e..4f41de4c 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,10 @@
Release Highlights
==================
+Version 3.0.16 (UNRELEASED):
+----------------------------
+ *
+
Version 3.0.15 (06 October 2022):
---------------------------------
* Add missing property parameters into libical-glib