summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-02-05 09:16:47 -0500
committerAllen Winter <allen.winter@kdab.com>2022-02-05 09:17:14 -0500
commit0f33ebaff96143b2ab9001f3841f1c51c8cc2814 (patch)
tree0b2977011c26cd0ff2b94e689b8982a2a939ab45 /CMakeLists.txt
parent098fb68688b853410daed96812a6fe0a22e0e15f (diff)
downloadlibical-git-0f33ebaff96143b2ab9001f3841f1c51c8cc2814.tar.gz
CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.15
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 762f7f4e..f889f985 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 "14")
+set(LIBICAL_LIB_PATCH_VERSION "15")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)