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 2d7128ed..8065cd25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.9)
2set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14) 2set (CMAKE_OSX_DEPLOYMENT_TARGET 10.14)
3 3
4project (Lagrange 4project (Lagrange
5 VERSION 0.1.0 5 VERSION 0.1.1
6 DESCRIPTION "Beautiful Gemini Client" 6 DESCRIPTION "Beautiful Gemini Client"
7 LANGUAGES C 7 LANGUAGES C
8) 8)