aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-07-02 14:51:40 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-07-02 14:51:40 +0200
commit5b429ff5fdb18ff5f37443aff96393ac950afe0d (patch)
tree98adcd7ac981af8662b47d3adc647e16b956311e
parentb4dc459669ac1c97dcf157a7606afcb4c967bb00 (diff)
downloadOFQT-5b429ff5fdb18ff5f37443aff96393ac950afe0d.tar.gz
OFQT-5b429ff5fdb18ff5f37443aff96393ac950afe0d.zip
Release 0.1.40.1.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 82eaa1d..6c4a1d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ if(NOT CMAKE_BUILD_TYPE)
"Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()
-project(OFQT VERSION 0.1.3 LANGUAGES C)
+project(OFQT VERSION 0.1.4 LANGUAGES C)
option(BUILD_CLI "Build the CLI client" OFF)
option(BUILD_QT "Build the Qt GUI client" OFF)