We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d570c commit 356cc59Copy full SHA for 356cc59
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required (VERSION 3.5.1)
2
# CMake doc can be found at https://cmake.org/cmake/help/v3.5/
3
4
-project (IBEX VERSION 2.9.0.0 LANGUAGES CXX)
+project (IBEX VERSION 2.9.1.0 LANGUAGES CXX)
5
set (IBEX_DESCRIPTION "A C++ library for interval-based algorithm design")
6
set (IBEX_URL "http://www.ibex-lib.org/")
7
set (IBEX_NAMESPACE "Ibex") # TODO use it everywhere
0 commit comments