diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-24 19:44:10 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-24 19:44:10 +0300 |
commit | a0e9a0760267c6a11f24e4800caa5bd25e2aa3bb (patch) | |
tree | bf65ee5b3a81885a56cce607975867e34452a5b9 /CMakeLists.txt | |
parent | d0f44017459b148257f631826c4c9aa62d5d9d6f (diff) |
Bumped version number to 0.7
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 ed064730..20def6a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -19,7 +19,7 @@ | |||
19 | cmake_minimum_required (VERSION 3.9) | 19 | cmake_minimum_required (VERSION 3.9) |
20 | 20 | ||
21 | project (Lagrange | 21 | project (Lagrange |
22 | VERSION 0.6.0 | 22 | VERSION 0.7.0 |
23 | DESCRIPTION "A Beautiful Gemini Client" | 23 | DESCRIPTION "A Beautiful Gemini Client" |
24 | LANGUAGES C | 24 | LANGUAGES C |
25 | ) | 25 | ) |