summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-17 12:45:47 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-17 12:45:47 +0300
commitcb7968452f6c1d4257c1cd0bbd96d545538a93b7 (patch)
tree94775c335688c21b1130faa352628e7e651c8819
parentf828dcca3b23fca99656273d43641ff3d423be59 (diff)
iOS: Bumped version number
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78b78562..0c2a7fe4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,8 @@ project (Lagrange
24) 24)
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.7)
28 set (IOS_BUNDLE_VERSION 21.9.5) 28 set (IOS_BUNDLE_VERSION 21.9.17)
29endif () 29endif ()
30 30
31# Default that depend on environment. 31# Default that depend on environment.