diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-12 22:05:23 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-12 22:05:23 +0300 |
commit | cd72087251601cf8c2453ebf563696fa99d6287e (patch) | |
tree | 25204a24a6e150b6b0ca591e91c20f51c4730fbc /CMakeLists.txt | |
parent | 49a37f2392486146c2f4683439dcbb8338bfd04c (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 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 | ) |
25 | set (IOS_BUNDLE_VERSION 1) | 25 | set (IOS_BUNDLE_VERSION 2) |
26 | set (COPYRIGHT_YEAR 2021) | 26 | set (COPYRIGHT_YEAR 2021) |
27 | 27 | ||
28 | # Build configuration. | 28 | # Build configuration. |