diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:27 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-27 19:16:27 +0200 |
commit | 9df93a3686a26fc2c27a21b6959c016b42578b39 (patch) | |
tree | 02dd657d226222408f2b98b7c3f142b13ef6d7e5 /CMakeLists.txt | |
parent | 2254b31a65c784888215169efc9a067f7dd3a430 (diff) |
Bumped version number to 1.0.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 deb2d56a..def1a21a 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.0.1 | 21 | VERSION 1.0.2 |
22 | DESCRIPTION "A Beautiful Gemini Client" | 22 | DESCRIPTION "A Beautiful Gemini Client" |
23 | LANGUAGES C | 23 | LANGUAGES C |
24 | ) | 24 | ) |