diff --git a/CMakeLists.txt b/CMakeLists.txt index 7388c36e..8357ee25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ else() set(INSTALL_LIBRARY_DIR lib CACHE PATH "Installation directory for libraries") endif() -set(FRUIT_VERSION "2.0.3") +set(FRUIT_VERSION "2.0.4") enable_testing() set(CTEST_TEST_TIMEOUT 20 CACHE STRING "Maximum test time, before CTest will kill the test." FORCE)