diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-28 18:29:00 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-28 18:29:00 +0300 |
commit | 1ea897033b26e50afd555547e258916cee12b9a3 (patch) | |
tree | 947876a12f8f05ed0c2158136e78146a5c7f7afa /CMakeLists.txt | |
parent | e3495ede6128250b7b3f4326a784be2fa6a10b22 (diff) |
Bumped version number to 1.7.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b99cb03..f14d2510 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -18,7 +18,7 @@ | |||
18 | cmake_minimum_required (VERSION 3.9) | 18 | cmake_minimum_required (VERSION 3.9) |
19 | 19 | ||
20 | project (Lagrange | 20 | project (Lagrange |
21 | VERSION 1.7.0 | 21 | VERSION 1.7.1 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |