summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-10-09 12:49:53 -0400
committerAllen Winter <allen.winter@kdab.com>2021-10-09 12:49:53 -0400
commit28d75ceb7c94c2313402ab34ee38d26baf67cfd4 (patch)
treed7912830506f9b606badd8d6c0d0f835a8e49d80 /CMakeLists.txt
parenta4d4c3809580e0a4943d6b085f699bae4a2e9dee (diff)
downloadlibical-git-28d75ceb7c94c2313402ab34ee38d26baf67cfd4.tar.gz
CMakeLists.txt, ReleaseNotes.txt - this is v3.0.12 now
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 fa6afd31..3568ffc9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "11")
+set(LIBICAL_LIB_PATCH_VERSION "12")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)