Skip to content

Commit 8cca1f4

Browse files
committed
bump version to 2.0.1 on main
1 parent f9e64db commit 8cca1f4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
@section Release Notes MIP-DD NEXT
22
***************************
33

4+
5+
Features
6+
--------
7+
8+
9+
Performance improvements
10+
------------------------
11+
12+
13+
Interface changes
14+
----------
15+
16+
## SolverRetcode:
17+
18+
19+
## SolverInterface:
20+
21+
22+
New parameters
23+
----------
24+
25+
26+
Fixed bugs
27+
----------
28+
29+
30+
Build system
31+
------------
32+
33+
34+
35+
@section Release Notes MIP-DD 2.0.0
36+
***************************
37+
38+
439
Features
540
--------
641

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.11.0)
22

33
set(BUGGER_VERSION_MAJOR 2)
44
set(BUGGER_VERSION_MINOR 0)
5-
set(BUGGER_VERSION_PATCH 0)
5+
set(BUGGER_VERSION_PATCH 1)
66

77
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
88

0 commit comments

Comments
 (0)