Skip to content

Commit 394dba6

Browse files
committed
Increment API version for !3718
1 parent 0d49b70 commit 394dba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_R
2828
set(SCIP_VERSION_MAJOR 11)
2929
set(SCIP_VERSION_MINOR 0)
3030
set(SCIP_VERSION_PATCH 0)
31-
set(SCIP_VERSION_API 156)
31+
set(SCIP_VERSION_API 157)
3232

3333
project(SCIP
3434
VERSION ${SCIP_VERSION_MAJOR}.${SCIP_VERSION_MINOR}.${SCIP_VERSION_PATCH}

make/make.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ SPLINT ?= splint
172172
SCIP_VERSION_MAJOR = 11
173173
SCIP_VERSION_MINOR = 0
174174
SCIP_VERSION_PATCH = 0
175-
SCIP_VERSION_API = 156
175+
SCIP_VERSION_API = 157
176176
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
177177

178178
#-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)