Release 2021.01.03

This commit is contained in:
Alex D. 2021-01-03 01:04:14 +00:00
parent 7e2a0b24c7
commit 6081dc6372
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 2 additions and 2 deletions

View File

@ -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 )

View File

@ -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