From 6081dc63725b534aa332803b4bd96971a1bf4b69 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sun, 3 Jan 2021 01:04:14 +0000 Subject: [PATCH] Release 2021.01.03 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ecfa8b..b3d7efe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(microirc LANGUAGES C) include(GNUInstallDirs) -set(UIRC_VERSION "2021.01.02") +set(UIRC_VERSION "2021.01.03") add_compile_definitions(UIRC_VERSION="${UIRC_VERSION}") OPTION(BUILD_HELPERS "Build message helpers" ON ) diff --git a/README.md b/README.md index 871d36f..3c6777b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ cmake -B build/ -DCMAKE_BUILD_TYPE=Release . | BUILD_VALIDATORS | Build validators that check if the messages follow the standards (WIP) | boolean | true | 2020.10.29 | | BUILD_TESTS | Build tests that check if the build results behave as they should | boolean | false | - | | BUILD_IRCV3 | Build IRCv3 support (WIP) | boolean | true | - | -| CODE_ANALYZER | Use static analysis tools | boolean | true | 2020.12.20 | +| CODE_ANALYZER | Use static analysis tools | boolean | false | 2020.12.20 | | CODE_COVERAGE | Generate code coverage output | boolean | false | 2020.12.20 | Following that, just use your build system and compile it