Release 2021.01.03

This commit is contained in:
Alex D. 2021-01-03 00:58:51 +00:00
parent abeda9350f
commit 312e729eaf
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project(microircd LANGUAGES C)
include(GNUInstallDirs)
set(UIRCD_VERSION "2021.01.02")
set(UIRCD_VERSION "2021.01.03")
add_compile_definitions(UIRCD_VERSION="${UIRC_VERSION}")
OPTION(CODE_ANALYZER "Analyze the code statically" OFF)