diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-17 17:49:18 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-06-17 17:54:59 +0200 |
commit | 800a34d15fc37572709bdda32e5c7428dedd9085 (patch) | |
tree | 942c0c7299483fb82827c31b00ec6aa4dcc25f33 | |
parent | 460a2d0e780d444313b0054aeabda7cdcc8bf7e9 (diff) | |
download | OFQT-800a34d15fc37572709bdda32e5c7428dedd9085.tar.gz OFQT-800a34d15fc37572709bdda32e5c7428dedd9085.zip |
Release 0.1.30.1.3
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85a6e2c..dae6d50 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.2 LANGUAGES C) +project(OFQT VERSION 0.1.3 LANGUAGES C) option(BUILD_CLI "Build the CLI client" OFF) option(BUILD_QT "Build the Qt GUI client" OFF) |