summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 55b2a1b0..7bac42be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.9)
20set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14) 20set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
21 21
22project (Lagrange 22project (Lagrange
23 VERSION 0.2.0 23 VERSION 0.3.0
24 DESCRIPTION "Beautiful Gemini Client" 24 DESCRIPTION "Beautiful Gemini Client"
25 LANGUAGES C 25 LANGUAGES C
26) 26)