diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 14:24:39 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-19 14:24:39 +0300 |
commit | 3bbe6b3c73f8c512279b1dd8d164d302d5e96752 (patch) | |
tree | fdeff1c38591c1fe2061f94020a01b7aa7ab8889 | |
parent | 0a9da83b10f8f3a1f7f0b03da30a646b9e8d4da3 (diff) |
iOS: Bumped version to 1.4 (8)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1037b0c..8429193a 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.4) # pinned for TestFlight | 27 | set (PROJECT_VERSION 1.4) # pinned for TestFlight |
28 | set (IOS_BUNDLE_VERSION 7) # just increment this | 28 | set (IOS_BUNDLE_VERSION 8) # just increment this |
29 | endif () | 29 | endif () |
30 | 30 | ||
31 | # Build configuration. | 31 | # Build configuration. |