summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-04 17:38:36 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-04 17:38:36 +0300
commitf6bbed48aac2f5497d81b33b3444226b8af1b2d3 (patch)
tree38fd8c96189910db888448b652b6b28f86e5671f /CMakeLists.txt
parent88a9376327733a06490bd8322fe18f12a85560bc (diff)
iOS: Updated build number
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee9c14d9..c3793eea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ project (Lagrange
25set (COPYRIGHT_YEAR 2021) 25set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.4) # pinned for TestFlight 27 set (PROJECT_VERSION 1.4) # pinned for TestFlight
28 set (IOS_BUNDLE_VERSION 21.6.15) 28 set (IOS_BUNDLE_VERSION 21.9.4)
29endif () 29endif ()
30 30
31# Default that depend on environment. 31# Default that depend on environment.