summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-01-17 12:21:34 -0500
committerAllen Winter <allen.winter@kdab.com>2022-01-17 12:21:34 -0500
commita4a00e7a56e306e0375f443643963e9d0f9c6762 (patch)
treede44dbeed1c7323096fa99fbe473ba56478e587c /CMakeLists.txt
parenta8034ce04de60d71bbcd2c6bd0df7056160007c9 (diff)
downloadlibical-git-a4a00e7a56e306e0375f443643963e9d0f9c6762.tar.gz
CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.14
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 dad87cda..762f7f4e 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 "13")
+set(LIBICAL_LIB_PATCH_VERSION "14")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)