diff options
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 |