summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-30 21:42:26 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-30 21:42:26 +0300
commit5ced7c2d70f664aff33f58bc49222133214bc14e (patch)
tree17dec48b619729d28871b3ab2aadb6ad4c27ea8f /CMakeLists.txt
parent9da28208b0fff1c4a46012c1e69bfd420af35f3e (diff)
Bumped version number to 1.5.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 f48d6fdf..950adca8 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.5.0 21 VERSION 1.5.1
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)