Skip to content

Commit 902102f

Browse files
committed
Increment API version
1 parent 2045317 commit 902102f

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 143)
24+
set(SCIP_VERSION_API 144)
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 = 143
100+
SCIP_VERSION_API = 144
101101
SCIP_VERSION = $(SCIP_VERSION_MAJOR).$(SCIP_VERSION_MINOR).$(SCIP_VERSION_PATCH)
102102

103103
# compiling and linking parameters

0 commit comments

Comments
 (0)