diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-12 14:45:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-12 14:45:35 +0200 |
commit | 68cee7c6cf7ada53748eb8c44ed3bca181404612 (patch) | |
tree | 36bcc94cc758803cf472cf569edbfd9e898989ba /CMakeLists.txt | |
parent | 6fb358b6d1399ea8a6a1b115fa187ff7eb7ae0b0 (diff) |
iOS: Bumped version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7854a4c5..792433e2 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 | ) |
25 | set (IOS_BUNDLE_VERSION 2) | 25 | set (IOS_BUNDLE_VERSION 3) |
26 | set (COPYRIGHT_YEAR 2021) | 26 | set (COPYRIGHT_YEAR 2021) |
27 | 27 | ||
28 | # Build configuration. | 28 | # Build configuration. |