From 38a693f9bffe4c78bca1a941143c64d34541d45e Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Sat, 30 Apr 2016 13:40:30 +0100 Subject: [PATCH] Bump version to 2.0.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cdf770b..90003424 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.0") +set(FRUIT_VERSION "2.0.1") enable_testing() set(CTEST_TEST_TIMEOUT 20 CACHE STRING "Maximum test time, before CTest will kill the test." FORCE)