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