summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-19 14:24:39 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-19 14:24:39 +0300
commit3bbe6b3c73f8c512279b1dd8d164d302d5e96752 (patch)
treefdeff1c38591c1fe2061f94020a01b7aa7ab8889
parent0a9da83b10f8f3a1f7f0b03da30a646b9e8d4da3 (diff)
iOS: Bumped version to 1.4 (8)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1037b0c..8429193a 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 7) # just increment this 28 set (IOS_BUNDLE_VERSION 8) # just increment this
29endif () 29endif ()
30 30
31# Build configuration. 31# Build configuration.