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

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan200101 committed Jun 14, 2022
1 parent a751d28 commit e249a71
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.0 LANGUAGES C)
project(OFQT VERSION 0.1.1 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 e249a71

Please sign in to comment.