summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-31 22:54:15 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-31 22:54:15 +0200
commite58fa57545937f4dbfb52b4966623481f733c74f (patch)
treea1b4d66aa854e7a2e9c35c048b152ad15e569243 /CMakeLists.txt
parent5d50db93f30e22592187e0dab9a8466946b65587 (diff)
iOS: Bumped version, 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 e5de32f7..596e7cd1 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 7) 28 set (IOS_BUNDLE_VERSION 8)
29 set (IOS_BUILD_DATE "2021-12-26") 29 set (IOS_BUILD_DATE "2021-12-31")
30endif () 30endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.