Skip to content

Commit 356cc59

Browse files
committed
Set version to 2.9.1
1 parent b4d570c commit 356cc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.5.1)
22
# CMake doc can be found at https://cmake.org/cmake/help/v3.5/
33

4-
project (IBEX VERSION 2.9.0.0 LANGUAGES CXX)
4+
project (IBEX VERSION 2.9.1.0 LANGUAGES CXX)
55
set (IBEX_DESCRIPTION "A C++ library for interval-based algorithm design")
66
set (IBEX_URL "http://www.ibex-lib.org/")
77
set (IBEX_NAMESPACE "Ibex") # TODO use it everywhere

0 commit comments

Comments
 (0)