Skip to content
This repository was archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 committed Jul 2, 2022
1 parent b4dc459 commit 5b429ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b429ff

Please sign in to comment.