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 dba65757..3d55057c 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 2) | 28 | set (IOS_BUNDLE_VERSION 3) |
29 | set (IOS_BUILD_DATE "2021-12-08") | 29 | set (IOS_BUILD_DATE "2021-12-10") |
30 | endif () | 30 | endif () |
31 | 31 | ||
32 | # Defaults that depend on environment. | 32 | # Defaults that depend on environment. |