File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed
Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ Release 8.0.1
2+ ==================
3+
4+ fixed bugs:
5+
6+
17November 2025 - Release 8.0.0
28==================
39
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ endif()
2121
2222set (SOPLEX_VERSION_MAJOR 8)
2323set (SOPLEX_VERSION_MINOR 0)
24- set (SOPLEX_VERSION_PATCH 0 )
24+ set (SOPLEX_VERSION_PATCH 1 )
2525set (SOPLEX_VERSION_API 20)
2626
2727set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR} /LICENSE" )
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 := 8.0.1
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 8.0.1
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=" 8.0.1 "
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 801
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