summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-27 14:49:04 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-27 14:49:04 +0200
commit2c8f33e6e4394b59ba57183ee422e35d1363d905 (patch)
tree7e0dee288d97b4df7bb15d1002600be9e5944eba /CMakeLists.txt
parent4d6a8c04d622f1b99cf46e993f81d8062dabd79d (diff)
Bumped version number to 1.3
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 e13fc2d5..6067f9cd 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 1.2.0 21 VERSION 1.3.0
22 DESCRIPTION "A Beautiful Gemini Client" 22 DESCRIPTION "A Beautiful Gemini Client"
23 LANGUAGES C 23 LANGUAGES C
24) 24)