summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-21 14:27:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-21 14:27:55 +0200
commitb93ba1bfb860c2a4b5bf46c77f3f0d11b4eb1282 (patch)
tree8ec95ee473457b0cad3edae2e03c374a914777c8 /CMakeLists.txt
parentdff12096f941092558b2c2c7c65ae3f83c75eb13 (diff)
iOS: Bumped version
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 8fde0db9..d692025b 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 6) 25set (IOS_BUNDLE_VERSION 7)
26set (COPYRIGHT_YEAR 2021) 26set (COPYRIGHT_YEAR 2021)
27 27
28# Build configuration. 28# Build configuration.