Skip to content

Commit 8835551

Browse files
committed
update API version due to !3774
1 parent 28e5278 commit 8835551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_DEBUG} ${CMAKE_CXX_FLAGS_R
2121
set(SCIP_VERSION_MAJOR 10)
2222
set(SCIP_VERSION_MINOR 0)
2323
set(SCIP_VERSION_PATCH 0)
24-
set(SCIP_VERSION_API 142)
24+
set(SCIP_VERSION_API 143)
2525

2626
project(SCIP
2727
VERSION ${SCIP_VERSION_MAJOR}.${SCIP_VERSION_MINOR}.${SCIP_VERSION_PATCH}

make/make.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CLOCKTYPE = 1
9797
SCIP_VERSION_MAJOR = 10
9898
SCIP_VERSION_MINOR = 0
9999
SCIP_VERSION_PATCH = 0
100-
SCIP_VERSION_API = 142
100+
SCIP_VERSION_API = 143
101101
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
102102

103103
# compiling and linking parameters

0 commit comments

Comments
 (0)