File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1
1
@section Release Notes MIP-DD NEXT
2
2
***************************
3
3
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
+
4
39
Features
5
40
--------
6
41
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.11.0)
2
2
3
3
set (BUGGER_VERSION_MAJOR 2 )
4
4
set (BUGGER_VERSION_MINOR 0 )
5
- set (BUGGER_VERSION_PATCH 0 )
5
+ set (BUGGER_VERSION_PATCH 1 )
6
6
7
7
SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
8
8
You can’t perform that action at this time.
0 commit comments