summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-05 21:21:26 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-05 21:21:26 +0200
commitf32b1ab5f171b5f83ae4b1a98e178e99c6d19152 (patch)
tree4a353474678bd82e6b9c20bf64730fd8f432d15a /CMakeLists.txt
parent59e6f1ed73bb414c983944982db67d47c36876ce (diff)
Bumped version number to 0.12.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c200e21..82d55590 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
18cmake_minimum_required (VERSION 3.9) 18cmake_minimum_required (VERSION 3.9)
19 19
20project (Lagrange 20project (Lagrange
21 VERSION 0.12.0 21 VERSION 0.12.1
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)