diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-25 16:26:53 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-25 16:26:53 +0300 |
commit | 5dbc85eaaa1bd0a0fc11dd76a75ece2efe763df5 (patch) | |
tree | 9721fb7aced603adb10b9bb3f3beb3f8d5fba973 /CMakeLists.txt | |
parent | 95c527db1484f7758a180c6de051d0182c3b2e81 (diff) | |
parent | f99a9111170f2ff28383fd3172fdaf4b9a1ba069 (diff) |
Merge branch 'work/v1.6' into work/serious-unicode
# Conflicts:
# res/fonts/SmolEmoji-Regular.ttf
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 64ba1c1d..47cd2442 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -18,14 +18,14 @@ | |||
18 | cmake_minimum_required (VERSION 3.9) | 18 | cmake_minimum_required (VERSION 3.9) |
19 | 19 | ||
20 | project (Lagrange | 20 | project (Lagrange |
21 | VERSION 1.5.2 | 21 | VERSION 1.6.0 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |
25 | set (COPYRIGHT_YEAR 2021) | 25 | set (COPYRIGHT_YEAR 2021) |
26 | if (IOS) | 26 | if (IOS) |
27 | set (PROJECT_VERSION 1.4) # pinned for TestFlight | 27 | set (PROJECT_VERSION 1.4) # pinned for TestFlight |
28 | set (IOS_BUNDLE_VERSION 8) # just increment this | 28 | set (IOS_BUNDLE_VERSION 21.6.15) |
29 | endif () | 29 | endif () |
30 | 30 | ||
31 | # Build configuration. | 31 | # Build configuration. |
@@ -126,6 +126,8 @@ set (SOURCES | |||
126 | src/gmdocument.h | 126 | src/gmdocument.h |
127 | src/gmrequest.c | 127 | src/gmrequest.c |
128 | src/gmrequest.h | 128 | src/gmrequest.h |
129 | src/gmtypesetter.c | ||
130 | src/gmtypesetter.h | ||
129 | src/gmutil.c | 131 | src/gmutil.c |
130 | src/gmutil.h | 132 | src/gmutil.h |
131 | src/gopher.c | 133 | src/gopher.c |