File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
1414 endif ()
1515endif ()
1616
17- set (SOPLEX_VERSION_MAJOR 6 )
17+ set (SOPLEX_VERSION_MAJOR 7 )
1818set (SOPLEX_VERSION_MINOR 0)
19- set (SOPLEX_VERSION_PATCH 3 )
20- set (SOPLEX_VERSION_SUB 5 )
19+ set (SOPLEX_VERSION_PATCH 0 )
20+ set (SOPLEX_VERSION_SUB 0 )
2121set (SOPLEX_VERSION_API 11)
2222
2323
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 := 6 .0.3.5
54+ VERSION := 7 .0.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 6 .0.3.5
105+ * @version 7 .0.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=" 6 .0.3.5 "
6+ VERSION=" 7 .0.0.0 "
77NAME=" soplex-$VERSION "
88rm -f $NAME .tgz
99rm -f $NAME .tar
Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ namespace soplex
9191// Overloaded EQ function
9292bool EQ (int a, int b);
9393
94- #define SOPLEX_VERSION 603
95- #define SOPLEX_SUBVERSION 5
94+ #define SOPLEX_VERSION 700
95+ #define SOPLEX_SUBVERSION 0
9696#define SOPLEX_APIVERSION 14
9797#define SOPLEX_COPYRIGHT " Copyright (c) 1996-2023 Zuse Institute Berlin (ZIB)"
9898
You can’t perform that action at this time.
0 commit comments