Skip to content

Commit b5e9034

Browse files
committed
update version to 8.0.1, new changelog section
1 parent 2207cfb commit b5e9034

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 8.0.1
2+
==================
3+
4+
fixed bugs:
5+
6+
17
November 2025 - Release 8.0.0
28
==================
39

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121

2222
set(SOPLEX_VERSION_MAJOR 8)
2323
set(SOPLEX_VERSION_MINOR 0)
24-
set(SOPLEX_VERSION_PATCH 0)
24+
set(SOPLEX_VERSION_PATCH 1)
2525
set(SOPLEX_VERSION_API 20)
2626

2727
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")

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 := 8.0.1
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 8.0.1
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="8.0.1"
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 801
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)