summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-04-09 08:42:42 -0400
committerAllen Winter <allen.winter@kdab.com>2022-04-09 08:42:42 -0400
commit7ac64a1047cdc9786e5f9a163159a59c60e831db (patch)
tree40258c66ca1de18ece0cdf0fd84f689a2662e1ba /CMakeLists.txt
parentd8049e841c6b1bf191ad66d8392c5387141330a0 (diff)
downloadlibical-git-7ac64a1047cdc9786e5f9a163159a59c60e831db.tar.gz
CMakeLists.txt - the PROJECT_VERSION is 3.1
not 3.0
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 52ecad2d..2d54c5d0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -148,7 +148,7 @@ set(LIBICAL_LIB_VERSION_STRING
"${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}.${LIBICAL_LIB_PATCH_VERSION}"
)
-set(PROJECT_VERSION "${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}")
+set(PROJECT_VERSION "3.1")
set(PROJECT_URL "https://libical.github.io/libical/")
# library build types