summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-08-06 19:03:17 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-08-06 19:03:17 +0300
commit9d7469ded746cbfa1e86c1ecd67e4a36f29f635b (patch)
treeebff33e64e8953ef46ef5de54559fce234c20303 /CMakeLists.txt
parent7c7af3b7425f0496203d68d9bc42be0603048a9b (diff)
parent186573dae1d0eab4560f02fe3b999418ea0f4614 (diff)
Merge branch 'dev' into work/v1.7
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 89bdcdb4..7b43b6de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
18cmake_minimum_required (VERSION 3.9) 18cmake_minimum_required (VERSION 3.9)
19 19
20project (Lagrange 20project (Lagrange
21 VERSION 1.6.2 21 VERSION 1.6.3
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)