summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2020-03-07 10:22:31 -0500
committerAllen Winter <allen.winter@kdab.com>2020-03-07 10:22:31 -0500
commit30fced08b3d839735a44e87910deb18ce751b5a9 (patch)
tree8ae694f716bc8f77eaec62cf5390f0df974ef452 /CMakeLists.txt
parentb15356c264b0fdf822e011d810f33e42fbbbbca1 (diff)
downloadlibical-git-30fced08b3d839735a44e87910deb18ce751b5a9.tar.gz
various - open for 3.0.9 release
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 47d54d61..cf41f1b8 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 "8")
+set(LIBICAL_LIB_PATCH_VERSION "9")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)