aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-06-14 09:51:45 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-06-14 09:51:45 +0200
commite249a716e8c2d53ea843cf66ffcee75f184c0b6d (patch)
treea023aff8ecb1971307e2d4149b7511fb984a1761
parenta751d28096598649eeb94ea35f17f211c06193b0 (diff)
downloadOFQT-e249a716e8c2d53ea843cf66ffcee75f184c0b6d.tar.gz
OFQT-e249a716e8c2d53ea843cf66ffcee75f184c0b6d.zip
Release 0.1.10.1.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdf7996..5df7fff 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.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)