summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-05-14 18:43:19 -0400
committerAllen Winter <allen.winter@kdab.com>2019-05-14 18:43:19 -0400
commitb377bda40d30365f52f1d98b7aeacb3d769567cc (patch)
tree78f4484b22782d51b3ebe0b0ebdbbedece4b8be5 /CMakeLists.txt
parent04b4d03687fe86399178cd8072942b5ca88d45af (diff)
downloadlibical-git-b377bda40d30365f52f1d98b7aeacb3d769567cc.tar.gz
setup for release 3.0.6
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 d3a4c1da..a5315533 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -103,7 +103,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "5")
+set(LIBICAL_LIB_PATCH_VERSION "6")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)