diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 19:50:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 19:50:45 +0200 |
commit | 5902d160cac747e7bcf2acc0d1f4c688887a08a9 (patch) | |
tree | ab3e2218bf22c7711f0bdac7c4dcffa8a11f902e /CMakeLists.txt | |
parent | 30e9a1534cf11eefa84c2cb8c3f3796a66c35532 (diff) |
Bumped version number to 1.9.2
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 a7799777..5bf52a22 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.9.1 | 21 | VERSION 1.9.2 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |