diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-17 13:49:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-17 13:49:21 +0300 |
commit | 571903ce027f7f4370a565bda9c2b0cad35f7ff7 (patch) | |
tree | 837727d234570312863db64989f9711ab84ff22c | |
parent | cb7968452f6c1d4257c1cd0bbd96d545538a93b7 (diff) |
iOS: Xcode has decided to change the bundle version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c2a7fe4..19497879 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -25,7 +25,7 @@ project (Lagrange | |||
25 | set (COPYRIGHT_YEAR 2021) | 25 | set (COPYRIGHT_YEAR 2021) |
26 | if (IOS) | 26 | if (IOS) |
27 | set (PROJECT_VERSION 1.7) | 27 | set (PROJECT_VERSION 1.7) |
28 | set (IOS_BUNDLE_VERSION 21.9.17) | 28 | set (IOS_BUNDLE_VERSION 22) |
29 | endif () | 29 | endif () |
30 | 30 | ||
31 | # Default that depend on environment. | 31 | # Default that depend on environment. |