summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 a6943885..85a32b69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ set (COPYRIGHT_YEAR 2021)
26if (IOS) 26if (IOS)
27 set (PROJECT_VERSION 1.10) 27 set (PROJECT_VERSION 1.10)
28 set (IOS_BUNDLE_VERSION 1) 28 set (IOS_BUNDLE_VERSION 1)
29 set (IOS_BUILD_DATE "2021-12-05") 29 set (IOS_BUILD_DATE "2021-12-06")
30endif () 30endif ()
31 31
32# Defaults that depend on environment. 32# Defaults that depend on environment.