summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-17 17:07:21 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-17 17:07:52 -0400
commit007bc57f77e15a6081d38b191f77cc42a8f6045a (patch)
tree689bcbef527cf14243a835b59c29353f4fd366e9
parent5990fd0ac00ee3f068909ac86aa642c940720150 (diff)
downloadlibical-git-007bc57f77e15a6081d38b191f77cc42a8f6045a.tar.gz
This would become version 3.0.17
-rw-r--r--CMakeLists.txt2
-rw-r--r--ReleaseNotes.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0d986ba..cc271724 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 "16")
+set(LIBICAL_LIB_PATCH_VERSION "17")
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 158845df..f7560cff 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,6 +1,9 @@
Release Highlights
==================
+Version 3.0.17 (UNRELEASED):
+----------------------------
+
Version 3.0.16 (17 October 2022):
---------------------------------
* Fix regressions in 3.0.15 due to improperly tested fuzz fixes