diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-22 11:22:52 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-22 11:22:52 +0200 |
commit | e07141292f6a756d0352f0fb5268bbb563367fce (patch) | |
tree | 67200196566a46658968d0f1f39eac42359a0f23 /CMakeLists.txt | |
parent | b9f7a1234976afcc2cd97f602a6bad422070c2d7 (diff) |
Bumped version number to 0.11
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 1b52f242..454279ac 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 0.10.0 | 21 | VERSION 0.11.0 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |