Skip to content

Commit 6657fb3

Browse files
committed
increase version to 7.0.0.0
1 parent cce6646 commit 6657fb3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
1414
endif()
1515
endif()
1616

17-
set(SOPLEX_VERSION_MAJOR 6)
17+
set(SOPLEX_VERSION_MAJOR 7)
1818
set(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)
2121
set(SOPLEX_VERSION_API 11)
2222

2323

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5555
SPXGITHASH =
5656

5757
VERBOSE = false

doc/xternal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
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

scripts/makedist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# create tarball for release
44
# usage: ./scripts/makedist.sh
55

6-
VERSION="6.0.3.5"
6+
VERSION="7.0.0.0"
77
NAME="soplex-$VERSION"
88
rm -f $NAME.tgz
99
rm -f $NAME.tar

src/soplex/spxdefines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ namespace soplex
9191
// Overloaded EQ function
9292
bool 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

0 commit comments

Comments
 (0)