summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-04-06 16:22:17 -0400
committerAllen Winter <allen.winter@kdab.com>2019-04-06 16:22:17 -0400
commit2c911f0d76660cadc00e1cf93bba6a5f095bf38d (patch)
treea02c6bf58943667e83bf23ff0d54dc811490ee91 /CMakeLists.txt
parent6b43b73a5a375d16c27a18ea2676967018c99625 (diff)
downloadlibical-git-2c911f0d76660cadc00e1cf93bba6a5f095bf38d.tar.gz
CMakeLists.txt - this will be 3.0.5
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 66364690..a8590fc0 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 "4")
+set(LIBICAL_LIB_PATCH_VERSION "5")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)