From 730270167dc0ff6c3bea601f25905f50a4e3e9c7 Mon Sep 17 00:00:00 2001 From: Marco Poletti Date: Sun, 27 Mar 2016 11:18:09 +0100 Subject: [PATCH] Bump version to 2.0.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12e09118..64f0cb52 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 "1.0.2") +set(FRUIT_VERSION "2.0.0") enable_testing() set(CTEST_TEST_TIMEOUT 20 CACHE STRING "Maximum test time, before CTest will kill the test." FORCE)