summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-12 22:05:23 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-12 22:05:23 +0300
commitcd72087251601cf8c2453ebf563696fa99d6287e (patch)
tree25204a24a6e150b6b0ca591e91c20f51c4730fbc /CMakeLists.txt
parent49a37f2392486146c2f4683439dcbb8338bfd04c (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 dd675410..3477eb6a 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 1) 25set (IOS_BUNDLE_VERSION 2)
26set (COPYRIGHT_YEAR 2021) 26set (COPYRIGHT_YEAR 2021)
27 27
28# Build configuration. 28# Build configuration.