diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-04 11:03:46 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-04 11:03:46 +0200 |
commit | 31312b7a2e51a87a41bf777b6af135329927460d (patch) | |
tree | 74325a00f28212e57f9c1f47c3252946e206ce7f /CMakeLists.txt | |
parent | 5e29b4d947494ac6617057b9186277a24945a225 (diff) |
Bumped version number; updated release notes
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 b47f8537..2b6c0ca6 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.4 | 21 | VERSION 1.9.5 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |