summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-22 14:34:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-22 14:34:57 +0200
commite53e6dcc5caff996e9adbfedd507623ffbd179ae (patch)
treed5d700ebeebaa9fa55e6e8908f0e9eac9a9273e6 /CMakeLists.txt
parent3cf522dd3f578d04f8cba94e711611bcea29855a (diff)
Bumped version number to 1.10.2
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 f2be2460..9327ec75 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.10.1 21 VERSION 1.10.2
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)