diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4185f..1ef500a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)