summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-17 22:02:06 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-17 22:02:06 +0200
commit48635cddf3cd2ca1f3dc22546949cc62434df6d9 (patch)
treef6427cc5df2cd830641394002bb67d2fdef8a047 /CMakeLists.txt
parent13c8ad97c6cbef98caee574dd55103db5021653c (diff)
iOS: Bumped version to 6
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 b4d7e659..51cad4b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ project (Lagrange
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)
25set (IOS_BUNDLE_VERSION 5) 25set (IOS_BUNDLE_VERSION 6)
26set (COPYRIGHT_YEAR 2021) 26set (COPYRIGHT_YEAR 2021)
27 27
28# Build configuration. 28# Build configuration.