summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-10 08:55:27 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-10 08:55:27 +0200
commitcb26d891e372cfc02e5da68af50543ed2e04e1fc (patch)
tree6a57ca13bf6cb3aa1b1c0c27672e8eaac94eef1c /CMakeLists.txt
parent8e919a31fe2e11d10905ac1ad5cad7dc58274308 (diff)
Bumped version number to 0.13
Not just bug fixes here.
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 1033772e..995432cb 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.2 21 VERSION 0.13.0
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)