diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a5b76eb4..32f8afb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -25,8 +25,8 @@ project (Lagrange | |||
25 | set (COPYRIGHT_YEAR 2021) | 25 | set (COPYRIGHT_YEAR 2021) |
26 | if (IOS) | 26 | if (IOS) |
27 | set (PROJECT_VERSION 1.10) | 27 | set (PROJECT_VERSION 1.10) |
28 | set (IOS_BUNDLE_VERSION 6) | 28 | set (IOS_BUNDLE_VERSION 7) |
29 | set (IOS_BUILD_DATE "2021-12-17") | 29 | set (IOS_BUILD_DATE "2021-12-26") |
30 | endif () | 30 | endif () |
31 | 31 | ||
32 | # Defaults that depend on environment. | 32 | # Defaults that depend on environment. |