From 800a34d15fc37572709bdda32e5c7428dedd9085 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Fri, 17 Jun 2022 17:49:18 +0200 Subject: Release 0.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3