aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-06-07 09:24:25 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-06-07 09:24:25 +0200
commita2448ccf54d19f3501ccbd0ef021d39c99ea64b1 (patch)
treeea6c5cc36036c5911e14089e49f47a6a9eeb3b65 /CMakeLists.txt
parent72bc5ed2118f1ae32fdcdc3bed79bb0af8908099 (diff)
Debug CGEditorv0.0.4
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 253e6a9..dd5f6df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
-project(ochess VERSION 0.0.0)
+project(ochess VERSION 0.0.4)
# Configure CXX Standards
set(CMAKE_CXX_STANDARD 17)