summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-08 19:09:59 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-08 19:09:59 +0200
commitbc83f14c8822977caa80c95c8d06941e124e2008 (patch)
tree0f3bf4b9ffd0c714a72bdb21a36a9d7e4b911832 /CMakeLists.txt
parentfdb6fa15d58142a9be3aa5e14471ef83df8caff4 (diff)
Bumped version number to 1.8.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 796a9507..55984ddf 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.8.1 21 VERSION 1.8.2
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)