Skip to content

Commit

Permalink
increase API version due to !3682
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Mar 2, 2025
1 parent d4501ac commit 2d16ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_R
set(SCIP_VERSION_MAJOR 10)
set(SCIP_VERSION_MINOR 0)
set(SCIP_VERSION_PATCH 0)
set(SCIP_VERSION_API 135)
set(SCIP_VERSION_API 136)

project(SCIP
VERSION ${SCIP_VERSION_MAJOR}.${SCIP_VERSION_MINOR}.${SCIP_VERSION_PATCH}
Expand Down
2 changes: 1 addition & 1 deletion make/make.project
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CLOCKTYPE = 1
SCIP_VERSION_MAJOR = 10
SCIP_VERSION_MINOR = 0
SCIP_VERSION_PATCH = 0
SCIP_VERSION_API = 135
SCIP_VERSION_API = 136
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)

# compiling and linking parameters
Expand Down

0 comments on commit 2d16ffd

Please sign in to comment.