diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-16 22:44:10 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-16 22:44:10 +0200 |
commit | fdc648f94ddf4cf2a15fd0c6c3e6e7d72acafc1b (patch) | |
tree | fcb01ff67ab2be3d5197d442d4885511d3eaf945 | |
parent | 10bed2d13e6d670f4ed0f18e564f1e6790f2d812 (diff) | |
download | OFQT-fdc648f94ddf4cf2a15fd0c6c3e6e7d72acafc1b.tar.gz OFQT-fdc648f94ddf4cf2a15fd0c6c3e6e7d72acafc1b.zip |
Release 0.1.20.1.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5df7fff..85a6e2c 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.1 LANGUAGES C) +project(OFQT VERSION 0.1.2 LANGUAGES C) option(BUILD_CLI "Build the CLI client" OFF) option(BUILD_QT "Build the Qt GUI client" OFF) |