Skip to content

Commit

Permalink
update version to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Nov 6, 2024
1 parent 931a9aa commit 2ea45e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(POLICY CMP0091)
endif()

set(SCIP_VERSION_MAJOR 9)
set(SCIP_VERSION_MINOR 2)
set(SCIP_VERSION_MINOR 3)
set(SCIP_VERSION_PATCH 0)
set(SCIP_VERSION_SUB 0)
set(SCIP_VERSION_API 115)
Expand Down
2 changes: 1 addition & 1 deletion doc/xternal.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
*
* \verbinclude output.log
*
* @version 9.2.0
* @version 9.3.0
*
* \image html scippy.png
*/
Expand Down
2 changes: 1 addition & 1 deletion make/make.project
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CLOCKTYPE = 1

# set SCIP version here for external projects
SCIP_VERSION_MAJOR = 9
SCIP_VERSION_MINOR = 2
SCIP_VERSION_MINOR = 3
SCIP_VERSION_PATCH = 0
SCIP_VERSION_SUB = 0
SCIP_VERSION_API = 115
Expand Down
2 changes: 1 addition & 1 deletion scripts/makedist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# For release versions, only use VERSION="x.x.x".
# For development versions, use VERSION="x.x.x.x" with subversion number.

VERSION="9.2.0"
VERSION="9.3.0"
NAME="scip-$VERSION"
if test ! -e release
then
Expand Down

0 comments on commit 2ea45e0

Please sign in to comment.