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 @@ -26,7 +26,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_R
2626set (SCIP_VERSION_MAJOR 11)
2727set (SCIP_VERSION_MINOR 0)
2828set (SCIP_VERSION_PATCH 0)
29- set (SCIP_VERSION_API 155 )
29+ set (SCIP_VERSION_API 156 )
3030
3131project (SCIP
3232 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 = 155
175+ SCIP_VERSION_API = 156
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