summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-12-08 18:49:36 -0500
committerAllen Winter <allen.winter@kdab.com>2021-12-08 18:49:36 -0500
commit178e51030f91936479d0db7d5a8f46ffd491124b (patch)
tree6ff3e366c65e68da81543dd258b17ebf922fdb8d /CMakeLists.txt
parent3af3c6406bbbf4fe4f2e6d79863d685fd84378c1 (diff)
downloadlibical-git-178e51030f91936479d0db7d5a8f46ffd491124b.tar.gz
This becomes version 3.0.13
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 d31b325e..9553cbf5 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 "12")
+set(LIBICAL_LIB_PATCH_VERSION "13")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)