summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-23 14:01:25 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-23 14:01:25 +0300
commit7df7930c5514a74ebe5ee84682bfca8aa1034319 (patch)
treeb2dc020b5cc70969c30562ded9c6f90168da40d3 /CMakeLists.txt
parentec5b815078eea53751a0b732268bc92e28a50ed5 (diff)
Mobile: Footer button fixes; missing strings
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 409ac2f8..dd8b2eca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.7) 27 set (PROJECT_VERSION 1.7)
28 set (IOS_BUNDLE_VERSION 23) 28 set (IOS_BUNDLE_VERSION 23)
29 set (IOS_BUILD_DATE "2021-09-17") 29 set (IOS_BUILD_DATE "2021-10-23")
30endif () 30endif ()
31 31
32# Default that depend on environment. 32# Default that depend on environment.