Skip to content

Commit 5745675

Browse files
committed
increase version to 9.0.0 and corresponding CHANGELOG section
1 parent 221d681 commit 5745675

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
Next - Release 8.0.0
215
==================
316

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
1919
endif()
2020
endif()
2121

22-
set(SOPLEX_VERSION_MAJOR 8)
22+
set(SOPLEX_VERSION_MAJOR 9)
2323
set(SOPLEX_VERSION_MINOR 0)
2424
set(SOPLEX_VERSION_PATCH 0)
2525
set(SOPLEX_VERSION_API 20)

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 := 8.0.0
54+
VERSION := 9.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 8.0.0
105+
* @version 9.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="8.0.0"
6+
VERSION="9.0.0"
77
NAME="soplex-$VERSION"
88
rm -f $NAME.tgz
99
rm -f $NAME.tar

src/soplex/spxdefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ namespace soplex
9090
// Overloaded EQ function
9191
bool 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

0 commit comments

Comments
 (0)