diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-09 11:52:27 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-09 11:52:27 +0300 |
commit | 345074332337c2f375ab9142d5a83c202f965ebd (patch) | |
tree | f79df21946bb1f6c06fecd14d1ddd5ad48034afb /CMakeLists.txt | |
parent | 3f98db4915ab63626a690570c16c133136f48bfc (diff) |
iOS: Bumped version to 8
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 cb0820ad..69995b79 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 7) | 25 | set (IOS_BUNDLE_VERSION 8) |
26 | set (COPYRIGHT_YEAR 2021) | 26 | set (COPYRIGHT_YEAR 2021) |
27 | 27 | ||
28 | # Build configuration. | 28 | # Build configuration. |