diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-11 19:29:16 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-11 19:29:16 +0200 |
commit | ac0d9790576b927ad2435903419ac82788abe85e (patch) | |
tree | 104bdceb3a2017a7efccb5d1a86b78039b93953b /CMakeLists.txt | |
parent | b710eee5a92166ceb87932fe53b226be64b4d259 (diff) |
Bumped version number to 1.9.3; 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 5bf52a22..18789f9c 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.2 | 21 | VERSION 1.9.3 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |