summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-29 12:32:33 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-29 12:32:33 +0200
commita735eadbb2b10f897b31a91052684f0f9a9604be (patch)
treebf12b1b959a73a9977d81b050ebba0390943eefb /CMakeLists.txt
parent21c7fea1e6b8bebd533c38e19c792cbcca3165f2 (diff)
Bumped version number to 1.1.1
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 f7c8174c..46ca3daa 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.1.0 21 VERSION 1.1.1
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)