Skip to content

Commit

Permalink
increase version to 6020
Browse files Browse the repository at this point in the history
  • Loading branch information
fschloesser committed Jun 24, 2022
1 parent 8b86b30 commit d415dfa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
upcoming Release 6.0.1
upcoming Release 6.0.2
=============================

fixed bugs:

June 2022 - Release 6.0.1
=============================

fixed bugs:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()

set(SOPLEX_VERSION_MAJOR 6)
set(SOPLEX_VERSION_MINOR 0)
set(SOPLEX_VERSION_PATCH 1)
set(SOPLEX_VERSION_PATCH 2)
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 @@ -42,7 +42,7 @@ include make/make.detecthost
# default settings
#-----------------------------------------------------------------------------

VERSION := 6.0.1
VERSION := 6.0.2
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 @@ -93,7 +93,7 @@
* <a href="http://soplex.zib.de">SoPlex</a> web page for a comprehensive list
* of all contributors.
*
* @version 6.0.1
* @version 6.0.2.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.1"
VERSION="6.0.2.0"
NAME="soplex-$VERSION"
rm -f $NAME.tgz
rm -f $NAME.tar
Expand Down
2 changes: 1 addition & 1 deletion src/soplex/spxdefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace soplex
// Overloaded EQ function
bool EQ(int a, int b);

#define SOPLEX_VERSION 601
#define SOPLEX_VERSION 602
#define SOPLEX_SUBVERSION 0
#define SOPLEX_APIVERSION 13
#define SOPLEX_COPYRIGHT "Copyright (c) 1996-2022 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)"
Expand Down

0 comments on commit d415dfa

Please sign in to comment.