File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_R
2828set (SCIP_VERSION_MAJOR 11)
2929set (SCIP_VERSION_MINOR 0)
3030set (SCIP_VERSION_PATCH 0)
31- set (SCIP_VERSION_API 156 )
31+ set (SCIP_VERSION_API 157 )
3232
3333project (SCIP
3434 VERSION ${SCIP_VERSION_MAJOR} .${SCIP_VERSION_MINOR} .${SCIP_VERSION_PATCH}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ SPLINT ?= splint
172172SCIP_VERSION_MAJOR = 11
173173SCIP_VERSION_MINOR = 0
174174SCIP_VERSION_PATCH = 0
175- SCIP_VERSION_API = 156
175+ SCIP_VERSION_API = 157
176176SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
177177
178178#-----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments