Skip to content

Commit a3ddaae

Browse files
author
Christopher Hojny
committed
updated API version
1 parent ae3a48d commit a3ddaae

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

3131
project(SCIP
3232
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 = 155
175+
SCIP_VERSION_API = 156
176176
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
177177

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

0 commit comments

Comments
 (0)