File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed
Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ Next - Release 9.0.0
2+ ==================
3+
4+ features:
5+
6+ interface & parameters:
7+
8+ build system:
9+
10+ fixed bugs:
11+
12+ miscellaneous:
13+
114Next - Release 8.0.0
215==================
316
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
1919 endif ()
2020endif ()
2121
22- set (SOPLEX_VERSION_MAJOR 8 )
22+ set (SOPLEX_VERSION_MAJOR 9 )
2323set (SOPLEX_VERSION_MINOR 0)
2424set (SOPLEX_VERSION_PATCH 0)
2525set (SOPLEX_VERSION_API 20)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ include make/make.detecthost
5151# default settings
5252# -----------------------------------------------------------------------------
5353
54- VERSION := 8 .0.0
54+ VERSION := 9 .0.0
5555SPXGITHASH =
5656
5757VERBOSE = false
Original file line number Diff line number Diff line change 102102 * <a href="http://soplex.zib.de">SoPlex</a> web page for a comprehensive list
103103 * of all contributors.
104104 *
105- * @version 8 .0.0
105+ * @version 9 .0.0
106106 */
107107
108108
Original file line number Diff line number Diff line change 33# create tarball for release
44# usage: ./scripts/makedist.sh
55
6- VERSION=" 8 .0.0"
6+ VERSION=" 9 .0.0"
77NAME=" soplex-$VERSION "
88rm -f $NAME .tgz
99rm -f $NAME .tar
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ namespace soplex
9090// Overloaded EQ function
9191bool EQ (int a, int b);
9292
93- #define SOPLEX_VERSION 800
93+ #define SOPLEX_VERSION 900
9494#define SOPLEX_VERSION_SUB 0 // /< @deprecated Always 0
9595#define SOPLEX_SUBVERSION 0 // /< @deprecated Always 0
9696#define SOPLEX_APIVERSION 20
You can’t perform that action at this time.
0 commit comments