Skip to content

Commit 21dea2d

Browse files
committed
increase API version due to !3879
1 parent 51bbcfc commit 21dea2d

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
@@ -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 146)
24+
set(SCIP_VERSION_API 147)
2525

2626
project(SCIP
2727
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
@@ -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 = 146
100+
SCIP_VERSION_API = 147
101101
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
102102

103103
# compiling and linking parameters

0 commit comments

Comments
 (0)