summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2018-02-17 10:56:27 -0500
committerAllen Winter <allen.winter@kdab.com>2018-02-17 10:56:27 -0500
commit6fcc3245f52c97b99de85df8f73e6fc70210e1ab (patch)
tree889b7dd8fbab7e879be1dfb3a48b8bd3448bdd24 /CMakeLists.txt
parent4ee98e9c27bbde3f411ae0fbb0cab3acd426f447 (diff)
downloadlibical-git-6fcc3245f52c97b99de85df8f73e6fc70210e1ab.tar.gz
CMakeLists.txt - this will be version 3.0.2
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 61857e00..bd4bd7aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,7 +98,7 @@ endif()
set(LIBICAL_LIB_MAJOR_VERSION "3")
set(LIBICAL_LIB_MINOR_VERSION "0")
-set(LIBICAL_LIB_PATCH_VERSION "95")
+set(LIBICAL_LIB_PATCH_VERSION "2")
set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)