From 56251baef684f98548b4e53456b27512492fe169 Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Wed, 25 May 2016 19:53:04 +0100 Subject: [PATCH] Bump version to 2.0.4. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)