Skip to content

Commit

Permalink
increase version to 7.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Feb 2, 2024
1 parent cce6646 commit 6657fb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
endif()
endif()

set(SOPLEX_VERSION_MAJOR 6)
set(SOPLEX_VERSION_MAJOR 7)
set(SOPLEX_VERSION_MINOR 0)
set(SOPLEX_VERSION_PATCH 3)
set(SOPLEX_VERSION_SUB 5)
set(SOPLEX_VERSION_PATCH 0)
set(SOPLEX_VERSION_SUB 0)
set(SOPLEX_VERSION_API 11)


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ include make/make.detecthost
# default settings
#-----------------------------------------------------------------------------

VERSION := 6.0.3.5
VERSION := 7.0.0.0
SPXGITHASH =

VERBOSE = false
Expand Down
2 changes: 1 addition & 1 deletion doc/xternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
* <a href="http://soplex.zib.de">SoPlex</a> web page for a comprehensive list
* of all contributors.
*
* @version 6.0.3.5
* @version 7.0.0.0
*/


Expand Down
2 changes: 1 addition & 1 deletion scripts/makedist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# create tarball for release
# usage: ./scripts/makedist.sh

VERSION="6.0.3.5"
VERSION="7.0.0.0"
NAME="soplex-$VERSION"
rm -f $NAME.tgz
rm -f $NAME.tar
Expand Down
4 changes: 2 additions & 2 deletions src/soplex/spxdefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ namespace soplex
// Overloaded EQ function
bool EQ(int a, int b);

#define SOPLEX_VERSION 603
#define SOPLEX_SUBVERSION 5
#define SOPLEX_VERSION 700
#define SOPLEX_SUBVERSION 0
#define SOPLEX_APIVERSION 14
#define SOPLEX_COPYRIGHT "Copyright (c) 1996-2023 Zuse Institute Berlin (ZIB)"

Expand Down

0 comments on commit 6657fb3

Please sign in to comment.