diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-23 14:01:25 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-23 14:01:25 +0300 |
commit | 7df7930c5514a74ebe5ee84682bfca8aa1034319 (patch) | |
tree | b2dc020b5cc70969c30562ded9c6f90168da40d3 /CMakeLists.txt | |
parent | ec5b815078eea53751a0b732268bc92e28a50ed5 (diff) |
Mobile: Footer button fixes; missing strings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
26 | if (IOS) | 26 | if (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") |
30 | endif () | 30 | endif () |
31 | 31 | ||
32 | # Default that depend on environment. | 32 | # Default that depend on environment. |