summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-24 14:42:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-24 14:42:55 +0200
commite475df42593303d21584dbde9997f73812795684 (patch)
treee5241b802aeb9a66fbbad68b7eaeab980f879a10 /CMakeLists.txt
parent8f6d0c7b1bc14b0b850679bacfbe5ecc2f629e20 (diff)
iOS: Bumped version number; updated release notes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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
25set (COPYRIGHT_YEAR 2022) 25set (COPYRIGHT_YEAR 2022)
26if (IOS) 26if (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")
30endif () 30endif ()
31if (ANDROID) 31if (ANDROID)
32 set (PROJECT_VERSION 1.10) 32 set (PROJECT_VERSION 1.10)