diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-03 09:13:43 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-03 09:13:43 +0200 |
commit | 60776cc0385dd0cddeb2faa6d78e094cfa45bb73 (patch) | |
tree | 22b772d4c4a52e2828b9aa1e15d12d744ba6579a /CMakeLists.txt | |
parent | ff6bbf826196892418fad213ca1313e8b1134f18 (diff) |
Android: Build date and release notes
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 70c76505..211da6db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -31,7 +31,7 @@ endif () | |||
31 | if (ANDROID) | 31 | if (ANDROID) |
32 | set (PROJECT_VERSION 1.10) | 32 | set (PROJECT_VERSION 1.10) |
33 | set (ANDROID_BUILD_VERSION a3) # remember to update Gradle, AndroidManifest.xml | 33 | set (ANDROID_BUILD_VERSION a3) # remember to update Gradle, AndroidManifest.xml |
34 | set (ANDROID_BUILD_DATE "2022-01-01") | 34 | set (ANDROID_BUILD_DATE "2022-01-03") |
35 | endif () | 35 | endif () |
36 | 36 | ||
37 | # Defaults that depend on environment. | 37 | # Defaults that depend on environment. |