diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-14 08:37:46 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-14 08:37:55 +0200 |
commit | dba89c9ca5a0ad49f8b24ac07ae1ad5a9409aa19 (patch) | |
tree | df63fcc9de605e42357d7ddd73b06fcc965d7f29 /CMakeLists.txt | |
parent | 12b6b348047ed9b3d013bf95f11e34f383fc938a (diff) |
Bumped version number to 1.8.3
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 55984ddf..55537a08 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.8.2 | 21 | VERSION 1.8.3 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |