diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-07-02 14:51:40 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-07-02 14:51:40 +0200 |
commit | 5b429ff5fdb18ff5f37443aff96393ac950afe0d (patch) | |
tree | 98adcd7ac981af8662b47d3adc647e16b956311e | |
parent | b4dc459669ac1c97dcf157a7606afcb4c967bb00 (diff) | |
download | OFQT-5b429ff5fdb18ff5f37443aff96393ac950afe0d.tar.gz OFQT-5b429ff5fdb18ff5f37443aff96393ac950afe0d.zip |
Release 0.1.40.1.4
-rw-r--r-- | CMakeLists.txt | 2 |
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) |