This minor release introduces a CMake option LLU_USE_STATIC_CRT
to allow linking LLU dynamically with Microsoft C Runtime (previously it would always link statically) and contains small bugfixes. The new CMake option is OFF
by default, which means that LLU will link dynamically to the CRT (/MD flag).
We do not provide binaries for any platform, but LLU can be easily built with CMake. See the documentation for details.