summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-14 09:42:45 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-14 09:42:45 +0300
commitd3b4292242dd938503a31ba68066d53b29f364a4 (patch)
treebbff54e02a90f382b99569fd5833ff3832f041d4
parent10445781521b46c3a8d9ff50f2eb0f334b93a222 (diff)
iOS: Bump version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a95c925b..7d0edb0d 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 2) 25set (IOS_BUNDLE_VERSION 3)
26set (COPYRIGHT_YEAR 2021) 26set (COPYRIGHT_YEAR 2021)
27 27
28# Build configuration. 28# Build configuration.