summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-09-14 13:06:22 -0400
committerAllen Winter <allen.winter@kdab.com>2019-09-14 13:06:22 -0400
commit805be190c64665702583bd3e9b86f06bd2005110 (patch)
tree6ad6ed3091bea26c0928393905d550324a545576 /CMakeLists.txt
parent0595c7d45ef5e75705f2d80e03e5310d9f78438c (diff)
downloadlibical-git-805be190c64665702583bd3e9b86f06bd2005110.tar.gz
CMakeLists.txt, ReleaseNotes.txt - open for 3.0.7
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 61ab244d..d5e4523c 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 "6")
+set(LIBICAL_LIB_PATCH_VERSION "7")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)