summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-15 06:31:32 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-15 06:31:32 +0200
commitefcd356c447094089a147ba3cfffd4c433a81e24 (patch)
treeab561423211c0cf32a0b78563abd126026fe7cda /CMakeLists.txt
parentbc8cc04a7aabad391df2978f39dfeee4c01c505e (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 c2a00c01..edf58863 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,8 +25,8 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2021) 25set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.10) 27 set (PROJECT_VERSION 1.10)
28 set (IOS_BUNDLE_VERSION 4) 28 set (IOS_BUNDLE_VERSION 5)
29 set (IOS_BUILD_DATE "2021-12-14") 29 set (IOS_BUILD_DATE "2021-12-15")
30endif () 30endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.