diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-24 14:42:55 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-24 14:42:55 +0200 |
commit | e475df42593303d21584dbde9997f73812795684 (patch) | |
tree | e5241b802aeb9a66fbbad68b7eaeab980f879a10 /CMakeLists.txt | |
parent | 8f6d0c7b1bc14b0b850679bacfbe5ecc2f629e20 (diff) |
iOS: Bumped version number; updated release notes
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 9327ec75..aabece81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -25,8 +25,8 @@ project (Lagrange | |||
25 | set (COPYRIGHT_YEAR 2022) | 25 | set (COPYRIGHT_YEAR 2022) |
26 | if (IOS) | 26 | if (IOS) |
27 | set (PROJECT_VERSION 1.10) | 27 | set (PROJECT_VERSION 1.10) |
28 | set (IOS_BUNDLE_VERSION 10) | 28 | set (IOS_BUNDLE_VERSION 11) |
29 | set (IOS_BUILD_DATE "2022-01-21") | 29 | set (IOS_BUILD_DATE "2022-01-24") |
30 | endif () | 30 | endif () |
31 | if (ANDROID) | 31 | if (ANDROID) |
32 | set (PROJECT_VERSION 1.10) | 32 | set (PROJECT_VERSION 1.10) |