summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent5990fd0ac00ee3f068909ac86aa642c940720150 (diff)
downloadlibical-git-007bc57f77e15a6081d38b191f77cc42a8f6045a.tar.gz
This would become version 3.0.17
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 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}"
)