summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-04-17 09:27:03 -0400
committerAllen Winter <allen.winter@kdab.com>2021-04-17 09:27:03 -0400
commit6aa06303e15ca5b1d4c89798b999c70b66bd2b9a (patch)
tree22325cacb7cdf72f7ea7ad7eb6b730586de33e2f /CMakeLists.txt
parentdd2f75f3f78a386c90e171e134db1a780243d622 (diff)
downloadlibical-git-6aa06303e15ca5b1d4c89798b999c70b66bd2b9a.tar.gz
CMakeLists.txt, ReleaseNotes.txt - for a future 3.0.11 release
not sure yet if we'll have a 3.0.11 release (hope not)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 542b49bf..995a9297 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "10")
+set(LIBICAL_LIB_PATCH_VERSION "11")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)